MySQL 8.4.0
Source Code Documentation
mysql::binlog::event::Log_event_type_helper Struct Reference

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...
 

Detailed Description

Event type helpers, enclosed in the structure.

Member Function Documentation

◆ is_any_gtid_event()

static bool mysql::binlog::event::Log_event_type_helper::is_any_gtid_event ( const Log_event_type type)
inlinestatic

Helps to identify any GTID event - returns true for GTID_LOG_EVENT, GTID_TAGGED_LOG_EVENT and ANONYMOUS_GTID_LOG_EVENT.

◆ is_assigned_gtid_event()

static bool mysql::binlog::event::Log_event_type_helper::is_assigned_gtid_event ( const Log_event_type type)
inlinestatic

Helps to identify known GTID event - returns true for GTID_LOG_EVENT and GTID_TAGGED_LOG_EVENT.


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