#include <read0read.h>
Public Attributes | |
mem_heap_t * | heap |
read_view_t * | read_view |
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 186 of file read0read.h.
mem_heap_t* cursor_view_struct::heap |
Memory heap for the cursor view
Definition at line 187 of file read0read.h.
Referenced by read_cursor_view_close_for_mysql(), and read_cursor_view_create_for_mysql().
read_view_t* cursor_view_struct::read_view |
Consistent read view of the cursor
Definition at line 189 of file read0read.h.
Referenced by read_cursor_set_for_mysql(), read_cursor_view_close_for_mysql(), and read_cursor_view_create_for_mysql().