MySQL 9.0.0
Source Code Documentation
Log_file_id_and_size Struct Reference

Pair of: log file id and log file size (expressed in bytes). More...

#include <log0types.h>

Public Member Functions

 Log_file_id_and_size ()=default
 
 Log_file_id_and_size (Log_file_id id, os_offset_t size)
 

Public Attributes

Log_file_id m_id {}
 Id of the file. More...
 
os_offset_t m_size_in_bytes {}
 Size of file, expressed in bytes. More...
 

Detailed Description

Pair of: log file id and log file size (expressed in bytes).

Constructor & Destructor Documentation

◆ Log_file_id_and_size() [1/2]

Log_file_id_and_size::Log_file_id_and_size ( )
default

◆ Log_file_id_and_size() [2/2]

Log_file_id_and_size::Log_file_id_and_size ( Log_file_id  id,
os_offset_t  size 
)
inline

Member Data Documentation

◆ m_id

Log_file_id Log_file_id_and_size::m_id {}

Id of the file.

◆ m_size_in_bytes

os_offset_t Log_file_id_and_size::m_size_in_bytes {}

Size of file, expressed in bytes.


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