MySQL 8.4.0
Source Code Documentation
observer_server_state.h File Reference

Go to the source code of this file.

Functions

int group_replication_before_handle_connection (Server_state_param *param)
 
int group_replication_before_recovery (Server_state_param *param)
 
int group_replication_after_engine_recovery (Server_state_param *param)
 
int group_replication_after_recovery (Server_state_param *param)
 
int group_replication_before_server_shutdown (Server_state_param *param)
 
int group_replication_after_server_shutdown (Server_state_param *param)
 

Variables

Server_state_observer server_state_observer
 

Function Documentation

◆ group_replication_after_engine_recovery()

int group_replication_after_engine_recovery ( Server_state_param param)

◆ group_replication_after_recovery()

int group_replication_after_recovery ( Server_state_param param)

◆ group_replication_after_server_shutdown()

int group_replication_after_server_shutdown ( Server_state_param param)

◆ group_replication_before_handle_connection()

int group_replication_before_handle_connection ( Server_state_param param)

◆ group_replication_before_recovery()

int group_replication_before_recovery ( Server_state_param param)

◆ group_replication_before_server_shutdown()

int group_replication_before_server_shutdown ( Server_state_param param)

Variable Documentation

◆ server_state_observer

Server_state_observer server_state_observer
extern