![]() |
MySQL 9.3.0
Source Code Documentation
|
Interface for defining action on connection events. More...
#include <connection_control_interfaces.h>
Public Member Functions | |
virtual bool | notify_event (MYSQL_THD thd, Connection_event_coordinator *coordinator, const mysql_event_tracking_connection_data *connection_event)=0 |
virtual bool | notify_sys_var (Connection_event_coordinator *coordinator, opt_connection_control variable, void *new_value)=0 |
virtual | ~Connection_event_observer ()=default |
Interface for defining action on connection events.
|
virtualdefault |
|
pure virtual |
Implemented in connection_control::Connection_delay_action.
|
pure virtual |
Implemented in connection_control::Connection_delay_action.