MySQL 8.0.40
Source Code Documentation
|
#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 |
|
inline |
int LOG_INFO::encrypted_header_size |
int LOG_INFO::entry_index |
bool LOG_INFO::fatal |
my_off_t LOG_INFO::index_file_offset |
my_off_t LOG_INFO::index_file_start_offset |
char LOG_INFO::log_file_name[FN_REFLEN] = {0} |
my_off_t LOG_INFO::pos |
my_thread_id LOG_INFO::thread_id |