MySQL 5.6.14 Source Code Document
|
#include <read0read.h>
Public Attributes | |
mem_heap_t * | heap |
read_view_t * | read_view |
ulint | n_mysql_tables_in_use |
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.
Definition at line 179 of file read0read.h.
mem_heap_t* cursor_view_t::heap |
Memory heap for the cursor view
Definition at line 181 of file read0read.h.
ulint cursor_view_t::n_mysql_tables_in_use |
number of Innobase tables used in the processing of this cursor
Definition at line 185 of file read0read.h.
read_view_t* cursor_view_t::read_view |
Consistent read view of the cursor
Definition at line 183 of file read0read.h.