|
InnoDB Plugin
1.0
|
#include <read0read.h>

Data Fields | |
| 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.
| 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
1.8.1.2