37#ifndef CONTROL_EVENT_INCLUDED
38#define CONTROL_EVENT_INCLUDED
131 unsigned int flags_arg, uint64_t pos_arg)
134 ident_len(ident_len_arg ? ident_len_arg : strlen(new_log_ident_arg)),
159 void print_event_info(std::ostream &)
override;
160 void print_long_info(std::ostream &)
override;
340 void print_event_info(std::ostream &
info)
override;
341 void print_long_info(std::ostream &
info)
override;
390 void print_event_info(std::ostream &)
override {}
391 void print_long_info(std::ostream &
info)
override;
478 void print_event_info(std::ostream &
info)
override;
479 void print_long_info(std::ostream &
info)
override;
534 void print_event_info(std::ostream &
info)
override;
535 void print_long_info(std::ostream &
info)
override;
626 void print_event_info(std::ostream &)
override {}
627 void print_long_info(std::ostream &)
override {}
683 void print_event_info(std::ostream &)
override {}
684 void print_long_info(std::ostream &)
override {}
822 uint16_t compression_type,
823 uint64_t uncompressed_size);
912 void print_event_info(std::ostream &)
override;
913 void print_long_info(std::ostream &)
override;
1050 long long int sequence_number_arg,
1051 bool may_have_sbr_stmts_arg,
1052 unsigned long long int original_commit_timestamp_arg,
1053 unsigned long long int immediate_commit_timestamp_arg,
1054 uint32_t original_server_version_arg,
1055 uint32_t immediate_server_version_arg)
1068 void print_event_info(std::ostream &)
override {}
1069 void print_long_info(std::ostream &)
override {}
1203 std::uint64_t value);
1261 void print_event_info(std::ostream &)
override {}
1262 void print_long_info(std::ostream &)
override {}
1341 bool is_gtid_specified_arg)
1349 std::list<const char *> *
set,
1350 uint32_t remaining_buffer);
1355 void print_event_info(std::ostream &)
override {}
1356 void print_long_info(std::ostream &)
override {}
1446 void print_event_info(std::ostream &)
override {}
1447 void print_long_info(std::ostream &)
override {}
1559 void print_event_info(std::ostream &
info)
override;
1560 void print_long_info(std::ostream &
info)
override;
Contains the classes representing events occurring in the replication stream.
#define LOG_EVENT_HEADER_LEN
Definition: binlog_event.h:421
#define LOG_EVENT_MINIMAL_HEADER_LEN
Fixed header length, where 4.x and 5.0 agree.
Definition: binlog_event.h:435
#define ST_SERVER_VER_LEN
The length of the array server_version, which is used to store the version of MySQL server.
Definition: binlog_event.h:403
Container class that provides a sequence of buffers to the caller.
This is the abstract base class for binary log events.
Definition: binlog_event.h:826
@ TRANSACTION_PAYLOAD_HEADER_LEN
Definition: binlog_event.h:868
GTID stands for Global Transaction IDentifier It is composed of two parts:
Definition: control_events.h:1006
long long int sequence_number
Definition: control_events.h:1015
static const int POST_HEADER_LENGTH
Total length of post header.
Definition: control_events.h:1143
static const int LOGICAL_TIMESTAMP_TYPECODE_LENGTH
Length of typecode for logical timestamps.
Definition: control_events.h:1088
static const int ENCODED_GNO_LENGTH
Definition: control_events.h:1086
virtual std::int64_t get_gno() const
Definition: control_events.h:1140
static const int LOGICAL_TIMESTAMP_TYPECODE
Definition: control_events.h:1092
static const int ENCODED_SERVER_VERSION_LENGTH
Definition: control_events.h:1112
bool may_have_sbr_stmts
Transaction might have changes logged with SBR.
Definition: control_events.h:1019
static const int ORIGINAL_COMMIT_TIMESTAMP_LENGTH
Definition: control_events.h:1095
static const int TRANSACTION_LENGTH_MIN_LENGTH
Definition: control_events.h:1102
Uuid get_uuid() const
Definition: control_events.h:1141
uint32_t original_server_version
The version of the server where the transaction was originally executed.
Definition: control_events.h:1179
unsigned long long int original_commit_timestamp
Timestamp when the transaction was committed on the originating master.
Definition: control_events.h:1021
static const int ORIGINAL_SERVER_VERSION_LENGTH
Length of original_server_version.
Definition: control_events.h:1105
int get_commit_group_ticket_length() const
Returns the length of the packed commit_group_ticket field.
Definition: control_events.cpp:575
unsigned long long int immediate_commit_timestamp
Timestamp when the transaction was committed on the nearest master.
Definition: control_events.h:1023
static const int ENCODED_SID_LENGTH
Definition: control_events.h:1085
int get_server_version_length() const
We only store the immediate_server_version if both server versions are the same.
Definition: control_events.h:1125
static const int FULL_COMMIT_TIMESTAMP_LENGTH
Definition: control_events.h:1097
static const int TRANSACTION_LENGTH_MAX_LENGTH
Definition: control_events.h:1103
static const int FULL_SERVER_VERSION_LENGTH
Length of original and immediate server version.
Definition: control_events.h:1109
gtid_info gtid_info_struct
Definition: control_events.h:1131
static const int ENCODED_COMMIT_TIMESTAMP_LENGTH
Definition: control_events.h:1100
static const int IMMEDIATE_COMMIT_TIMESTAMP_LENGTH
Definition: control_events.h:1094
uint32_t immediate_server_version
The version of the immediate server.
Definition: control_events.h:1181
Gtid_event(const char *buf, const Format_description_event *fde)
Ctor of Gtid_event.
Definition: control_events.cpp:418
int get_commit_timestamp_length() const
Definition: control_events.h:1115
static const int64_t MIN_GNO
Definition: control_events.h:1135
static constexpr int COMMIT_GROUP_TICKET_LENGTH
Definition: control_events.h:1076
unsigned const char FLAG_MAY_HAVE_SBR
GTID flags constants.
Definition: control_events.h:1017
bool has_commit_timestamps
Definition: control_events.h:1024
long long int last_committed
Definition: control_events.h:1014
std::uint64_t commit_group_ticket
Ticket number used to group sessions together during the BGC.
Definition: control_events.h:1184
unsigned long long get_trx_length() const
Definition: control_events.h:1176
Gtid_event(long long int last_committed_arg, long long int sequence_number_arg, bool may_have_sbr_stmts_arg, unsigned long long int original_commit_timestamp_arg, unsigned long long int immediate_commit_timestamp_arg, uint32_t original_server_version_arg, uint32_t immediate_server_version_arg)
Constructor.
Definition: control_events.h:1049
static constexpr std::uint64_t kGroupTicketUnset
Definition: control_events.h:1081
static const int IMMEDIATE_SERVER_VERSION_LENGTH
Length of immediate_server_version.
Definition: control_events.h:1107
static const int MAX_DATA_LENGTH
Definition: control_events.h:1156
static const int MAX_EVENT_LENGTH
Definition: control_events.h:1161
static const int ENCODED_FLAG_LENGTH
Definition: control_events.h:1084
Uuid Uuid_parent_struct
Definition: control_events.h:1132
unsigned long long int transaction_length
The length of the transaction in bytes.
Definition: control_events.h:1026
static const int LOGICAL_TIMESTAMP_LENGTH
Length of two logical timestamps.
Definition: control_events.h:1090
void set_trx_length(unsigned long long int transaction_length_arg)
Set the transaction length information.
Definition: control_events.h:1171
static const std::int64_t GNO_END
One-past-the-max value of GNO.
Definition: control_events.h:1137
void set_commit_group_ticket_and_update_transaction_length(std::uint64_t value)
Set the commit_group_ticket and update the transaction length if needed, that is, if the commit_group...
Definition: control_events.cpp:582
Replication event to ensure to replica that source is alive.
Definition: control_events.h:1527
void set_log_position(uint64_t position)
Definition: control_events.cpp:745
uint64_t get_log_position() const
Definition: control_events.cpp:751
uint64_t m_log_position
Definition: control_events.h:1564
static uint64_t max_encoding_length()
This member function returns the len of the event.
Definition: control_events.cpp:758
virtual ~Heartbeat_event_v2() override=default
const std::string get_log_filename() const
Definition: control_events.cpp:748
std::string m_log_filename
Definition: control_events.h:1563
Heartbeat_event_v2()
Creates an empty heartbeat event.
Definition: control_events.cpp:739
void set_log_filename(const std::string name)
Definition: control_events.cpp:742
Replication event to ensure to replica that source is alive.
Definition: control_events.h:1601
unsigned int ident_len
Definition: control_events.h:1621
const char * log_ident
Definition: control_events.h:1620
unsigned int get_ident_len()
Definition: control_events.h:1617
const char * get_log_ident()
Definition: control_events.h:1615
Heartbeat_event(const char *buf, const Format_description_event *fde)
Sent by a source to a replica to let the replica know that the source is still alive.
Definition: control_events.cpp:704
Base class for ignorable log events.
Definition: control_events.h:666
Ignorable_event(Log_event_type type_arg=IGNORABLE_LOG_EVENT)
The minimal constructor and all it will do is set the type_code as IGNORABLE_LOG_EVENT in the header ...
Definition: control_events.h:675
Class representing an incident, an occurrence out of the ordinary, that happened on the master.
Definition: control_events.h:432
enum_incident get_incident_type()
Definition: control_events.h:446
size_t message_length
Definition: control_events.h:484
Incident_event(enum_incident incident_arg)
This will create an Incident_event with an empty message and set the type_code as INCIDENT_EVENT in t...
Definition: control_events.h:453
enum_incident incident
Definition: control_events.h:482
char * get_message()
Definition: control_events.h:447
char * message
Definition: control_events.h:483
enum_incident
Enumeration of the incidents that can occur for the server.
Definition: control_events.h:437
@ INCIDENT_LOST_EVENTS
There are possibly lost events in the replication stream.
Definition: control_events.h:441
@ INCIDENT_COUNT
Shall be last event of the enumeration.
Definition: control_events.h:443
@ INCIDENT_NONE
No incident.
Definition: control_events.h:439
Definition: control_events.h:1237
size_t buf_size
Definition: control_events.h:1265
const unsigned char * buf
Definition: control_events.h:1266
Previous_gtids_event()
This is the minimal constructor, and set the type_code as PREVIOUS_GTIDS_LOG_EVENT in the header obje...
Definition: control_events.h:1257
When a binary log file exceeds a size limit, a ROTATE_EVENT is written at the end of the file that po...
Definition: control_events.h:108
size_t ident_len
Definition: control_events.h:111
uint64_t pos
Definition: control_events.h:113
unsigned int flags
Definition: control_events.h:112
const char * new_log_ident
Definition: control_events.h:110
~Rotate_event() override
Definition: control_events.h:163
Rotate_event(const char *new_log_ident_arg, size_t ident_len_arg, unsigned int flags_arg, uint64_t pos_arg)
This is the minimal constructor, it will set the type code as ROTATE_EVENT.
Definition: control_events.h:130
@ RELAY_LOG
Definition: control_events.h:118
@ DUP_NAME
Definition: control_events.h:117
@ R_POS_OFFSET
Definition: control_events.h:123
@ R_IDENT_OFFSET
Definition: control_events.h:124
A stop event is written to the log files under these circumstances:
Definition: control_events.h:371
Stop_event()
It is the minimal constructor, and all it will do is set the type_code as STOP_EVENT in the header ob...
Definition: control_events.h:377
This class is used to combine the information of the ongoing transaction including the write set and ...
Definition: control_events.h:1325
static const int ENCODED_SNAPSHOT_VERSION_LEN_OFFSET
Definition: control_events.h:1378
uint32_t encoded_snapshot_version_length
Definition: control_events.h:1364
static const char * read_data_set(const char *pos, uint32_t set_len, std::list< const char * > *set, uint32_t remaining_buffer)
static const int ENCODED_THREAD_ID_OFFSET
Definition: control_events.h:1374
static const int ENCODED_SERVER_UUID_LEN_OFFSET
Definition: control_events.h:1372
const unsigned char * encoded_snapshot_version
Definition: control_events.h:1363
std::list< const char * > write_set
Definition: control_events.h:1365
Transaction_context_event(unsigned int thread_id_arg, bool is_gtid_specified_arg)
Definition: control_events.h:1340
static const int ENCODED_GTID_SPECIFIED_OFFSET
Definition: control_events.h:1376
static const int ENCODED_READ_WRITE_SET_ITEM_LEN
Definition: control_events.h:1386
std::list< const char * > read_set
Definition: control_events.h:1366
const char * server_uuid
Definition: control_events.h:1360
Transaction_context_event(const char *buf, const Format_description_event *fde)
Decodes the transaction_context_log_event of the ongoing transaction.
Definition: control_events.cpp:610
static const int ENCODED_READ_SET_ITEMS_OFFSET
Definition: control_events.h:1382
static void clear_set(std::list< const char * > *set)
Function to clear the memory of the write_set and the read_set.
Definition: control_events.cpp:648
uint32_t thread_id
Definition: control_events.h:1361
bool gtid_specified
Definition: control_events.h:1362
~Transaction_context_event() override
Destructor of the Transaction_context_event class.
Definition: control_events.cpp:658
static const int ENCODED_SNAPSHOT_VERSION_LEN
Definition: control_events.h:1387
static const int ENCODED_WRITE_SET_ITEMS_OFFSET
Definition: control_events.h:1380
Event that encloses all the events of a transaction.
Definition: control_events.h:727
uint64_t m_uncompressed_size
The uncompressed size of the data.
Definition: control_events.h:752
const char * m_payload
The compressed data, when entire payload is in one chunk.
Definition: control_events.h:738
uint64_t m_payload_size
The size of the compressed data.
Definition: control_events.h:744
static constexpr size_t end_mark_max_length
Definition: control_events.h:781
static constexpr size_t compression_type_max_length
There are four fields: "compression type", "payload size", "uncompressed size", and "end mark".
Definition: control_events.h:778
static constexpr size_t uncompressed_size_max_length
Definition: control_events.h:780
uint64_t get_payload_size() const
Definition: control_events.h:862
void set_compression_type(transaction::compression::type type)
Set the compression type used for the enclosed payload.
Definition: control_events.h:843
static constexpr size_t payload_size_max_length
Definition: control_events.h:779
transaction::compression::type get_compression_type() const
Definition: control_events.h:848
static constexpr size_t max_length_of_all_headers
The maximum size of all headers, i.e., everything but the payload.
Definition: control_events.h:800
uint64_t get_uncompressed_size() const
Return the alleged uncompressed size according to the field stored in the event.
Definition: control_events.h:878
static constexpr size_t max_payload_length
The maximum length of the payload size, defined such that the total event size does not exceed max_lo...
Definition: control_events.h:805
const char * get_payload() const
Definition: control_events.h:893
mysqlns::buffer::Buffer_sequence_view<> Buffer_sequence_view_t
Definition: control_events.h:729
static constexpr size_t max_payload_data_header_length
The maximum size of the "payload data header".
Definition: control_events.h:791
void set_uncompressed_size(uint64_t size)
Set the uncompressed size of the payload.
Definition: control_events.h:871
void set_payload(const char *data)
Set the (possibly compressed) payload for the event.
Definition: control_events.h:890
Transaction_payload_event & operator=(const Transaction_payload_event &)=delete
Buffer_sequence_view_t * m_buffer_sequence_view
The compressed data, when payload consists of a sequence of buffers.
Definition: control_events.h:741
std::string to_string() const
Definition: control_events.cpp:390
void set_payload_size(uint64_t size)
Set the (compressed) size of the payload in this event.
Definition: control_events.h:859
transaction::compression::type m_compression_type
The compression algorithm that was used.
Definition: control_events.h:747
Transaction_payload_event(const Transaction_payload_event &)=delete
~Transaction_payload_event() override
This class is used to add view change markers in the binary log when a member of the group enters or ...
Definition: control_events.h:1426
static const int ENCODED_CERT_INFO_KEY_SIZE_LEN
Definition: control_events.h:1475
View_change_event(const char *buf, const Format_description_event *fde)
Decodes the view_change_log_event generated in case a server enters or leaves the group.
Definition: control_events.cpp:677
static const int ENCODED_SEQ_NUMBER_OFFSET
Definition: control_events.h:1457
char view_id[ENCODED_VIEW_ID_MAX_LEN]
Definition: control_events.h:1478
static const int ENCODED_CERT_INFO_SIZE_OFFSET
Definition: control_events.h:1459
static const int ENCODED_CERT_INFO_VALUE_LEN
Definition: control_events.h:1476
static const int ENCODED_VIEW_ID_MAX_LEN
Definition: control_events.h:1474
std::map< std::string, std::string > certification_info
Definition: control_events.h:1482
static const int ENCODED_VIEW_ID_OFFSET
Definition: control_events.h:1455
long long int seq_number
Definition: control_events.h:1480
~View_change_event() override
Destructor of the View_change_event class.
Definition: control_events.cpp:702
An XA_prepare event is generated for a XA prepared transaction.
Definition: control_events.h:580
MY_XID const & get_xid() const
Retrieves the content of my_xid member variable.
Definition: control_events.cpp:353
MY_XID my_xid
Definition: control_events.h:599
void * xid
Definition: control_events.h:600
XA_prepare_event(void *xid_arg, bool oph_arg)
The minimal constructor of XA_prepare_event, it initializes the instance variable xid and set the typ...
Definition: control_events.h:609
bool one_phase
Definition: control_events.h:601
static const int MY_XIDDATASIZE
Definition: control_events.h:585
static const uint16_t ser_buf_size
Definition: control_events.h:597
bool is_one_phase() const
Whether or not this XA_prepare_event represents an XA COMMIT ONE PHASE.
Definition: control_events.cpp:351
An XID event is generated for a commit of a transaction that modifies one or more tables of an XA-cap...
Definition: control_events.h:515
uint64_t xid
Definition: control_events.h:532
Xid_event(uint64_t xid_arg)
The minimal constructor of Xid_event, it initializes the instance variable xid and set the type_code ...
Definition: control_events.h:522
Sequence of memory buffers.
Definition: buffer_sequence_view.h:72
Fido Client Authentication nullptr
Definition: fido_client_plugin.cc:222
#define ST_SERVER_VER_SPLIT_LEN
Definition: binlog_event.h:77
type
Definition: base.h:33
@ NONE
Definition: base.h:38
The namespace contains classes representing events that can occur in a replication stream.
constexpr size_t max_log_event_size
The maximum value for MAX_ALLOWED_PACKET.
Definition: binlog_event.h:426
Log_event_type
Enumeration type for the different types of log events.
Definition: binlog_event.h:275
@ XA_PREPARE_LOG_EVENT
Definition: binlog_event.h:350
@ IGNORABLE_LOG_EVENT
In some situations, it is necessary to send over ignorable data to the slave: data that a slave can h...
Definition: binlog_event.h:332
@ PREVIOUS_GTIDS_LOG_EVENT
Definition: binlog_event.h:343
@ TRANSACTION_CONTEXT_EVENT
Definition: binlog_event.h:345
@ INCIDENT_EVENT
Something out of the ordinary happened on the master.
Definition: binlog_event.h:318
@ GTID_LOG_EVENT
Definition: binlog_event.h:340
@ ROTATE_EVENT
Definition: binlog_event.h:291
@ XID_EVENT
Definition: binlog_event.h:302
@ STOP_EVENT
Definition: binlog_event.h:290
Definition: buf0block_hint.cc:30
std::set< Key, Compare, ut::allocator< Key > > set
Specialization of set which uses ut_allocator.
Definition: ut0new.h:2882
required string type
Definition: replication_group_member_actions.proto:34
case opt name
Definition: sslopt-case.h:33
This is a POD.
Definition: uuid.h:61
Definition: control_events.h:588
long gtrid_length
Definition: control_events.h:590
long bqual_length
Definition: control_events.h:591
char data[MY_XIDDATASIZE]
Definition: control_events.h:592
long formatID
Definition: control_events.h:589
Structure to hold the members declared in the class Gtid_log_event those member are objects of classe...
Definition: control_events.h:718
int64_t rpl_gtid_gno
Definition: control_events.h:720
int32_t rpl_gtid_sidno
Definition: control_events.h:719
Include file for Sun RPC to compile out of the box.
void bapi_free(void *ptr)
This is a wrapper function in order to free the memory allocated from the heap in the binlogevent lib...
Definition: wrapper_functions.h:212