MySQL 8.3.0
Source Code Documentation
Log_files_pfs_table::Row Struct Reference

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
 

Detailed Description

Used to store data of a single row in the table.

Member Data Documentation

◆ m_consumer_level

int Log_files_pfs_table::Row::m_consumer_level

◆ m_end_lsn

lsn_t Log_files_pfs_table::Row::m_end_lsn

◆ m_id

Log_file_id Log_files_pfs_table::Row::m_id

◆ m_is_full

bool Log_files_pfs_table::Row::m_is_full

◆ m_size_in_bytes

os_offset_t Log_files_pfs_table::Row::m_size_in_bytes

◆ m_start_lsn

lsn_t Log_files_pfs_table::Row::m_start_lsn

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