MySQL 9.1.0
Source Code Documentation
|
#include "mysql/binlog/event/statement_events.h"
#include <algorithm>
#include "mysql/binlog/event/event_reader_macros.h"
Namespaces | |
namespace | mysql |
namespace | mysql::binlog |
namespace | mysql::binlog::event |
The namespace contains classes representing events that can occur in a replication stream. | |
Functions | |
static void | mysql::binlog::event::copy_str_and_move (Log_event_header::Byte **dst, const char **src, size_t len) |
Utility function for the Query_event constructor. More... | |