MySQL 9.0.0
Source Code Documentation
Binlog_relay_IO_observer Struct Reference

Observes and extends the service of slave IO thread. More...

#include <replication.h>

Public Attributes

uint32 len
 
thread_start_t thread_start
 
thread_stop_t thread_stop
 
applier_start_t applier_start
 
applier_stop_t applier_stop
 
before_request_transmit_t before_request_transmit
 
after_read_event_t after_read_event
 
after_queue_event_t after_queue_event
 
after_reset_slave_t after_reset_slave
 
applier_log_event_t applier_log_event
 

Detailed Description

Observes and extends the service of slave IO thread.

Member Data Documentation

◆ after_queue_event

after_queue_event_t Binlog_relay_IO_observer::after_queue_event

◆ after_read_event

after_read_event_t Binlog_relay_IO_observer::after_read_event

◆ after_reset_slave

after_reset_slave_t Binlog_relay_IO_observer::after_reset_slave

◆ applier_log_event

applier_log_event_t Binlog_relay_IO_observer::applier_log_event

◆ applier_start

applier_start_t Binlog_relay_IO_observer::applier_start

◆ applier_stop

applier_stop_t Binlog_relay_IO_observer::applier_stop

◆ before_request_transmit

before_request_transmit_t Binlog_relay_IO_observer::before_request_transmit

◆ len

uint32 Binlog_relay_IO_observer::len

◆ thread_start

thread_start_t Binlog_relay_IO_observer::thread_start

◆ thread_stop

thread_stop_t Binlog_relay_IO_observer::thread_stop

The documentation for this struct was generated from the following file: