MySQL 8.3.0
Source Code Documentation
page_cur_t Struct Reference

Index page cursor. More...

#include <page0cur.h>

Public Attributes

const dict_index_tindex {nullptr}
 Index the cursor is on. More...
 
rec_trec {nullptr}
 pointer to a record on page More...
 
ulintoffsets {nullptr}
 Current offsets of the record. More...
 
buf_block_tblock {nullptr}
 Pointer to the current block containing rec. More...
 

Detailed Description

Index page cursor.

Member Data Documentation

◆ block

buf_block_t* page_cur_t::block {nullptr}

Pointer to the current block containing rec.

◆ index

const dict_index_t* page_cur_t::index {nullptr}

Index the cursor is on.

◆ offsets

ulint* page_cur_t::offsets {nullptr}

Current offsets of the record.

◆ rec

rec_t* page_cur_t::rec {nullptr}

pointer to a record on page


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