InnoDB Plugin  1.0
Data Fields
cursor_view_t Struct Reference

#include <read0read.h>

Collaboration diagram for cursor_view_t:
Collaboration graph
[legend]

Data Fields

mem_heap_theap
read_view_tread_view
ulint n_mysql_tables_in_use

Detailed Description

Implement InnoDB framework to support consistent read views in

cursors. This struct holds both heap where consistent read view is allocated and pointer to a read view.

Field Documentation

mem_heap_t* cursor_view_t::heap

Memory heap for the cursor view

ulint cursor_view_t::n_mysql_tables_in_use

number of Innobase tables used in the processing of this cursor

read_view_t* cursor_view_t::read_view

Consistent read view of the cursor


The documentation for this struct was generated from the following file: