MySQL 9.0.0
Source Code Documentation
node_visit Struct Reference

#include <gis0type.h>

Public Attributes

page_no_t page_no
 the page number More...
 
node_seq_t seq_no
 the SSN (split sequence number More...
 
ulint level
 the page's index level More...
 
page_no_t child_no
 child page num if for parent recording More...
 
btr_pcur_tcursor
 cursor structure if we positioned FIXME: there is no need to use whole btr_pcur_t, just the position related members More...
 
double mbr_inc
 whether this node needs to be enlarged for insertion More...
 

Member Data Documentation

◆ child_no

page_no_t node_visit::child_no

child page num if for parent recording

◆ cursor

btr_pcur_t* node_visit::cursor

cursor structure if we positioned FIXME: there is no need to use whole btr_pcur_t, just the position related members

◆ level

ulint node_visit::level

the page's index level

◆ mbr_inc

double node_visit::mbr_inc

whether this node needs to be enlarged for insertion

◆ page_no

page_no_t node_visit::page_no

the page number

◆ seq_no

node_seq_t node_visit::seq_no

the SSN (split sequence number


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