MySQL 9.1.0
Source Code Documentation
|
Used to store data of a single row in the table. More...
Public Attributes | |
Log_file_id | m_id |
lsn_t | m_start_lsn |
lsn_t | m_end_lsn |
os_offset_t | m_size_in_bytes |
bool | m_is_full |
int | m_consumer_level |
Used to store data of a single row in the table.
int Log_files_pfs_table::Row::m_consumer_level |
lsn_t Log_files_pfs_table::Row::m_end_lsn |
Log_file_id Log_files_pfs_table::Row::m_id |
bool Log_files_pfs_table::Row::m_is_full |
os_offset_t Log_files_pfs_table::Row::m_size_in_bytes |
lsn_t Log_files_pfs_table::Row::m_start_lsn |