MySQL 9.1.0
Source Code Documentation
|
Page split point descriptor. More...
Public Attributes | |
rec_t * | m_rec {} |
Record being the point of split. More... | |
size_t | m_n_rec_before {} |
Number of records before this record. More... | |
Page split point descriptor.
size_t Page_load::Split_point::m_n_rec_before {} |
Number of records before this record.
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.