MySQL 9.1.0
Source Code Documentation
|
Functions to notify interested connection handlers of events like beginning of wait and end of wait and post-kill notification events. More...
#include <connection_handler_manager.h>
Public Attributes | |
void(* | thd_wait_begin )(THD *thd, int wait_type) |
void(* | thd_wait_end )(THD *thd) |
void(* | post_kill_notification )(THD *thd) |
Functions to notify interested connection handlers of events like beginning of wait and end of wait and post-kill notification events.
void(* THD_event_functions::post_kill_notification) (THD *thd) |
void(* THD_event_functions::thd_wait_begin) (THD *thd, int wait_type) |
void(* THD_event_functions::thd_wait_end) (THD *thd) |