MySQL 9.1.0
Source Code Documentation
|
Meta data stored in log file header. More...
#include <log0types.h>
Public Attributes | |
uint32_t | m_format |
Format of the log file. More... | |
lsn_t | m_start_lsn |
LSN of the first log block (%512 == 0). More... | |
std::string | m_creator_name |
Creator name. More... | |
Log_flags | m_log_flags |
Log flags. More... | |
Log_uuid | m_log_uuid |
UUID value describing the whole group of log files. More... | |
Meta data stored in log file header.
std::string Log_file_header::m_creator_name |
Creator name.
uint32_t Log_file_header::m_format |
Format of the log file.
Log_flags Log_file_header::m_log_flags |
Log flags.
Meaning of bit positions is to be found in documentation of LOG_HEADER_FLAG_* constants in log0constants.h.
Log_uuid Log_file_header::m_log_uuid |
UUID value describing the whole group of log files.
lsn_t Log_file_header::m_start_lsn |
LSN of the first log block (%512 == 0).