Drizzled Public API Documentation

cursor_view_struct Struct Reference

#include <read0read.h>

List of all members.

Public Attributes

mem_heap_theap
read_view_tread_view

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_struct::heap

Memory heap for the cursor view

Definition at line 181 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 183 of file read0read.h.

Referenced by read_cursor_set_for_mysql(), read_cursor_view_close_for_mysql(), and read_cursor_view_create_for_mysql().


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