MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
int | group_replication_thread_start (Binlog_relay_IO_param *param) |
int | group_replication_thread_stop (Binlog_relay_IO_param *param) |
int | group_replication_applier_start (Binlog_relay_IO_param *param) |
int | group_replication_applier_stop (Binlog_relay_IO_param *param, bool aborted) |
int | group_replication_before_request_transmit (Binlog_relay_IO_param *param, uint32 flags) |
int | group_replication_after_read_event (Binlog_relay_IO_param *param, const char *packet, unsigned long len, const char **event_buf, unsigned long *event_len) |
int | group_replication_after_queue_event (Binlog_relay_IO_param *param, const char *event_buf, unsigned long event_len, uint32 flags) |
int | group_replication_after_reset_slave (Binlog_relay_IO_param *param) |
Variables | |
Binlog_relay_IO_observer | binlog_IO_observer |
int group_replication_after_queue_event | ( | Binlog_relay_IO_param * | param, |
const char * | event_buf, | ||
unsigned long | event_len, | ||
uint32 | flags | ||
) |
int group_replication_after_read_event | ( | Binlog_relay_IO_param * | param, |
const char * | packet, | ||
unsigned long | len, | ||
const char ** | event_buf, | ||
unsigned long * | event_len | ||
) |
int group_replication_after_reset_slave | ( | Binlog_relay_IO_param * | param | ) |
int group_replication_applier_start | ( | Binlog_relay_IO_param * | param | ) |
int group_replication_applier_stop | ( | Binlog_relay_IO_param * | param, |
bool | aborted | ||
) |
int group_replication_before_request_transmit | ( | Binlog_relay_IO_param * | param, |
uint32 | flags | ||
) |
int group_replication_thread_start | ( | Binlog_relay_IO_param * | param | ) |
int group_replication_thread_stop | ( | Binlog_relay_IO_param * | param | ) |
|
extern |