MySQL 9.0.0
Source Code Documentation
binlog_event.cpp File Reference
#include "mysql/binlog/event/byteorder.h"
#include "mysql/binlog/event/statement_events.h"
#include <stdint.h>
#include <algorithm>
#include <unordered_map>

Namespaces

namespace  mysql
 
namespace  mysql::binlog
 
namespace  mysql::binlog::event
 The namespace contains classes representing events that can occur in a replication stream.
 
namespace  mysql::binlog::event::debug
 

Functions

const std::string & mysql::binlog::event::get_event_type_as_string (Log_event_type type)
 Get the event type as string object. More...
 

Variables

const unsigned char checksum_version_split [3] = {5, 6, 1}
 Replication event checksum is introduced in the following "checksum-home" version. More...
 
const unsigned long checksum_version_product
 
bool mysql::binlog::event::debug::debug_query_mts_corrupt_db_names = false
 
bool mysql::binlog::event::debug::debug_checksum_test = false
 
bool mysql::binlog::event::debug::debug_simulate_invalid_address = false
 
static const std::unordered_map< Log_event_type, const std::string > mysql::binlog::event::event_type_to_string