MySQL 8.4.2
Source Code Documentation
|
Struct to pass basic information about a event: type, query, is it ignorable. More...
#include <binlog_event.h>
Public Attributes | |
Log_event_type | event_type {UNKNOWN_EVENT} |
const char * | query {nullptr} |
size_t | query_length {0} |
bool | ignorable_event {false} |
Struct to pass basic information about a event: type, query, is it ignorable.
Log_event_type mysql::binlog::event::Log_event_basic_info::event_type {UNKNOWN_EVENT} |
bool mysql::binlog::event::Log_event_basic_info::ignorable_event {false} |
const char* mysql::binlog::event::Log_event_basic_info::query {nullptr} |
size_t mysql::binlog::event::Log_event_basic_info::query_length {0} |