MySQL 8.4.0
Source Code Documentation
Page_load::Split_point Struct Reference

Page split point descriptor. More...

Public Attributes

rec_tm_rec {}
 Record being the point of split. More...
 
size_t m_n_rec_before {}
 Number of records before this record. More...
 

Detailed Description

Page split point descriptor.

Member Data Documentation

◆ m_n_rec_before

size_t Page_load::Split_point::m_n_rec_before {}

Number of records before this record.

◆ m_rec

rec_t* Page_load::Split_point::m_rec {}

Record being the point of split.

All records before this record should stay on current on page. This record and all following records should be moved to new page.


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