MySQL 8.4.1
Source Code Documentation
Log_checkpoint_location Struct Reference

Describes location of a single checkpoint. More...

Public Attributes

Log_file_id m_checkpoint_file_id {0}
 File containing checkpoint header and checkpoint lsn. More...
 
Log_checkpoint_header_no m_checkpoint_header_no {}
 Checkpoint header number. More...
 
lsn_t m_checkpoint_lsn {0}
 Checkpoint LSN. More...
 

Detailed Description

Describes location of a single checkpoint.

Member Data Documentation

◆ m_checkpoint_file_id

Log_file_id Log_checkpoint_location::m_checkpoint_file_id {0}

File containing checkpoint header and checkpoint lsn.

◆ m_checkpoint_header_no

Log_checkpoint_header_no Log_checkpoint_location::m_checkpoint_header_no {}

Checkpoint header number.

◆ m_checkpoint_lsn

lsn_t Log_checkpoint_location::m_checkpoint_lsn {0}

Checkpoint LSN.


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