MySQL 8.4.0
Source Code Documentation
observer_server_channels.h File Reference

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
 

Function Documentation

◆ group_replication_after_queue_event()

int group_replication_after_queue_event ( Binlog_relay_IO_param param,
const char *  event_buf,
unsigned long  event_len,
uint32  flags 
)

◆ group_replication_after_read_event()

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 
)

◆ group_replication_after_reset_slave()

int group_replication_after_reset_slave ( Binlog_relay_IO_param param)

◆ group_replication_applier_start()

int group_replication_applier_start ( Binlog_relay_IO_param param)

◆ group_replication_applier_stop()

int group_replication_applier_stop ( Binlog_relay_IO_param param,
bool  aborted 
)

◆ group_replication_before_request_transmit()

int group_replication_before_request_transmit ( Binlog_relay_IO_param param,
uint32  flags 
)

◆ group_replication_thread_start()

int group_replication_thread_start ( Binlog_relay_IO_param param)

◆ group_replication_thread_stop()

int group_replication_thread_stop ( Binlog_relay_IO_param param)

Variable Documentation

◆ binlog_IO_observer

Binlog_relay_IO_observer binlog_IO_observer
extern