MySQL 9.1.0
Source Code Documentation
|
This class represents the connection handling functionality of all connections being handled in a single worker thread. More...
#include <connection_handler_impl.h>
Public Member Functions | |
One_thread_connection_handler ()=default | |
~One_thread_connection_handler () override=default | |
Protected Member Functions | |
bool | add_connection (Channel_info *channel_info) override |
Add a connection. More... | |
uint | get_max_threads () const override |
Protected Member Functions inherited from Connection_handler | |
Connection_handler ()=default | |
virtual | ~Connection_handler ()=default |
Private Member Functions | |
One_thread_connection_handler (const One_thread_connection_handler &) | |
One_thread_connection_handler & | operator= (const One_thread_connection_handler &) |
This class represents the connection handling functionality of all connections being handled in a single worker thread.
|
private |
|
default |
|
overridedefault |
|
overrideprotectedvirtual |
Add a connection.
channel_info | Pointer to the Channel_info object. |
Implements Connection_handler.
|
inlineoverrideprotectedvirtual |
Implements Connection_handler.
|
private |