MySQL 9.1.0
Source Code Documentation
|
Replication binlog transmitter (binlog dump) observer parameter. More...
#include <replication.h>
Public Member Functions | |
void | set_observe_flag () |
void | set_dont_observe_flag () |
bool | should_observe () |
If F_OBSERVE is set by any plugin, then it should observe binlog transmission, even F_DONT_OBSERVE is set by some plugins. More... | |
Public Attributes | |
uint32 | server_id |
uint32 | flags |
Static Public Attributes | |
static const uint32 | F_OBSERVE = 1 |
static const uint32 | F_DONT_OBSERVE = 2 |
Replication binlog transmitter (binlog dump) observer parameter.
|
inline |
|
inline |
|
inline |
If F_OBSERVE is set by any plugin, then it should observe binlog transmission, even F_DONT_OBSERVE is set by some plugins.
If both F_OBSERVE and F_DONT_OBSERVE are not set, then it is an old plugin. In this case, it should always observe binlog transmission.
|
static |
|
static |
uint32 Binlog_transmit_param::flags |
uint32 Binlog_transmit_param::server_id |