MySQL 9.1.0
Source Code Documentation
|
This structure must be populated by plugins which implement connection handlers and passed as an argument to my_connection_handler_set() in order to activate the connection handler. More...
#include <thread_pool_priv.h>
Public Attributes | |
uint | max_threads |
The maximum number of threads this connection handler will create. More... | |
add_connection_t | add_connection |
end_t | end |
This structure must be populated by plugins which implement connection handlers and passed as an argument to my_connection_handler_set() in order to activate the connection handler.
The structure contains pointers to plugin functions which the server will call when a new client connects or when the connection handler is unloaded. It also contains the maximum number of threads the connection handler will create.
add_connection_t Connection_handler_functions::add_connection |
end_t Connection_handler_functions::end |
uint Connection_handler_functions::max_threads |
The maximum number of threads this connection handler will create.