MySQL 9.1.0
Source Code Documentation
|
This abstract base class represents how connections are processed, most importantly how they map to OS threads. More...
#include <connection_handler.h>
Protected Member Functions | |
Connection_handler ()=default | |
virtual | ~Connection_handler ()=default |
virtual bool | add_connection (Channel_info *channel_info)=0 |
Add a connection. More... | |
virtual uint | get_max_threads () const =0 |
Friends | |
class | Connection_handler_manager |
This abstract base class represents how connections are processed, most importantly how they map to OS threads.
|
protecteddefault |
|
protectedvirtualdefault |
|
protectedpure virtual |
Add a connection.
channel_info | Pointer to the Channel_info object. |
Implemented in Per_thread_connection_handler, One_thread_connection_handler, and Plugin_connection_handler.
|
protectedpure virtual |
Implemented in Per_thread_connection_handler, One_thread_connection_handler, and Plugin_connection_handler.
|
friend |