MySQL 26.7.0
Source Code Documentation
ib::redo::Page_handle::Zipped::Metadata Struct Reference

#include <log0redo.h>

Public Attributes

uint16_t start_offset
 Start offset of the modification log that is right after the compressed image in the page. More...
 
uint16_t end_offset
 End offset of the modification log. More...
 
uint16_t n_blobs
 Number of externally stored columns on the page; the maximum is 744 on a 16 KiB page. More...
 

Member Data Documentation

◆ end_offset

uint16_t ib::redo::Page_handle::Zipped::Metadata::end_offset

End offset of the modification log.

◆ n_blobs

uint16_t ib::redo::Page_handle::Zipped::Metadata::n_blobs

Number of externally stored columns on the page; the maximum is 744 on a 16 KiB page.

◆ start_offset

uint16_t ib::redo::Page_handle::Zipped::Metadata::start_offset

Start offset of the modification log that is right after the compressed image in the page.


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