24#ifndef MYSQL_CSA_STORAGE_RELAY_LOG_EVENT_FILE_METADATA_H
25#define MYSQL_CSA_STORAGE_RELAY_LOG_EVENT_FILE_METADATA_H
41 const std::string &
file_name, std::size_t file_position,
48 const std::string &
file_name, std::size_t file_position,
49 Log_event *ev, std::optional<Event_payload> data)
57 const std::string &
file_name, std::size_t file_position,
This is the abstract base class for binary log events.
Definition: log_event.h:539
static char * query
Definition: myisam_ftdump.cc:47
std::string file_name(Log_file_id file_id)
Provides name of the log file with the given file id, e.g.
Definition: log0pre_8_0_30.cc:45
Log_event_type
Enumeration type for the different types of log events.
Definition: binlog_event.h:279
Definition: channel.cpp:28
Helper structure used by the reader to aggregate payload and information needed to decode an event.
Definition: binlog_reader.h:91