MySQL 8.4.0
Source Code Documentation
LOG_INFO Struct Reference

#include <binlog.h>

Public Member Functions

 LOG_INFO ()
 

Public Attributes

char log_file_name [FN_REFLEN] = {0}
 
my_off_t index_file_offset
 
my_off_t index_file_start_offset
 
my_off_t pos
 
bool fatal
 
int entry_index
 
int encrypted_header_size
 
my_thread_id thread_id
 

Constructor & Destructor Documentation

◆ LOG_INFO()

LOG_INFO::LOG_INFO ( )
inline

Member Data Documentation

◆ encrypted_header_size

int LOG_INFO::encrypted_header_size

◆ entry_index

int LOG_INFO::entry_index

◆ fatal

bool LOG_INFO::fatal

◆ index_file_offset

my_off_t LOG_INFO::index_file_offset

◆ index_file_start_offset

my_off_t LOG_INFO::index_file_start_offset

◆ log_file_name

char LOG_INFO::log_file_name[FN_REFLEN] = {0}

◆ pos

my_off_t LOG_INFO::pos

◆ thread_id

my_thread_id LOG_INFO::thread_id

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