MySQL 9.0.0
Source Code Documentation
|
Event type helpers, enclosed in the structure. More...
#include <binlog_event.h>
Static Public Member Functions | |
static bool | is_assigned_gtid_event (const Log_event_type &type) |
Helps to identify known GTID event - returns true for GTID_LOG_EVENT and GTID_TAGGED_LOG_EVENT. More... | |
static bool | is_any_gtid_event (const Log_event_type &type) |
Helps to identify any GTID event - returns true for GTID_LOG_EVENT, GTID_TAGGED_LOG_EVENT and ANONYMOUS_GTID_LOG_EVENT. More... | |
Event type helpers, enclosed in the structure.
|
inlinestatic |
Helps to identify any GTID event - returns true for GTID_LOG_EVENT, GTID_TAGGED_LOG_EVENT and ANONYMOUS_GTID_LOG_EVENT.
|
inlinestatic |
Helps to identify known GTID event - returns true for GTID_LOG_EVENT and GTID_TAGGED_LOG_EVENT.