MySQL 8.3.0
Source Code Documentation
THD_event_functions Struct Reference

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)
 

Detailed Description

Functions to notify interested connection handlers of events like beginning of wait and end of wait and post-kill notification events.

Member Data Documentation

◆ post_kill_notification

void(* THD_event_functions::post_kill_notification) (THD *thd)

◆ thd_wait_begin

void(* THD_event_functions::thd_wait_begin) (THD *thd, int wait_type)

◆ thd_wait_end

void(* THD_event_functions::thd_wait_end) (THD *thd)

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