MySQL 8.3.0
Source Code Documentation
connection_handler_manager.h File Reference
#include <assert.h>
#include <stddef.h>
#include <sys/types.h>
#include "mysql/psi/mysql_cond.h"
#include "mysql/psi/mysql_mutex.h"
#include "sql/conn_handler/connection_handler.h"

Go to the source code of this file.

Classes

struct  THD_event_functions
 Functions to notify interested connection handlers of events like beginning of wait and end of wait and post-kill notification events. More...
 
class  Connection_handler_manager
 This is a singleton class that provides various connection management related functionalities, most importantly dispatching new connections to the currently active Connection_handler. More...