MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cursor_view_t Struct Reference

#include <read0read.h>

Collaboration diagram for cursor_view_t:

Public Attributes

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.

Definition at line 179 of file read0read.h.

Member Data Documentation

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.


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