MySQL 9.0.0
Source Code Documentation
Server_state_observer Struct Reference

Observer server state. More...

#include <replication.h>

Public Attributes

uint32 len
 
before_handle_connection_t before_handle_connection
 
before_recovery_t before_recovery
 
after_engine_recovery_t after_engine_recovery
 
after_recovery_t after_recovery
 
before_server_shutdown_t before_server_shutdown
 
after_server_shutdown_t after_server_shutdown
 
after_dd_upgrade_t after_dd_upgrade_from_57
 

Detailed Description

Observer server state.

Member Data Documentation

◆ after_dd_upgrade_from_57

after_dd_upgrade_t Server_state_observer::after_dd_upgrade_from_57

◆ after_engine_recovery

after_engine_recovery_t Server_state_observer::after_engine_recovery

◆ after_recovery

after_recovery_t Server_state_observer::after_recovery

◆ after_server_shutdown

after_server_shutdown_t Server_state_observer::after_server_shutdown

◆ before_handle_connection

before_handle_connection_t Server_state_observer::before_handle_connection

◆ before_recovery

before_recovery_t Server_state_observer::before_recovery

◆ before_server_shutdown

before_server_shutdown_t Server_state_observer::before_server_shutdown

◆ len

uint32 Server_state_observer::len

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