My Project
Public Member Functions | Public Attributes | Static Public Attributes
Binlog_transmit_param Struct Reference

#include <replication.h>

List of all members.

Public Member Functions

void set_observe_flag ()
void set_dont_observe_flag ()
bool should_observe ()

Public Attributes

uint32 server_id
uint32 flags

Static Public Attributes

static const uint32 F_OBSERVE = 1
static const uint32 F_DONT_OBSERVE = 2

Detailed Description

Replication binlog transmitter (binlog dump) observer parameter.


Member Function Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines