MySQL 9.1.0
Source Code Documentation
|
Index page cursor. More...
#include <page0cur.h>
Public Attributes | |
const dict_index_t * | index {nullptr} |
Index the cursor is on. More... | |
rec_t * | rec {nullptr} |
pointer to a record on page More... | |
ulint * | offsets {nullptr} |
Current offsets of the record. More... | |
buf_block_t * | block {nullptr} |
Pointer to the current block containing rec. More... | |
Index page cursor.
buf_block_t* page_cur_t::block {nullptr} |
Pointer to the current block containing rec.
const dict_index_t* page_cur_t::index {nullptr} |
Index the cursor is on.