| My Project
   
    | 
#include <replication.h>
| 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 | 
Replication binlog transmitter (binlog dump) observer parameter.
| bool Binlog_transmit_param::should_observe | ( | ) |  [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.
 1.7.6.1
 1.7.6.1