MySQL 9.1.0
Source Code Documentation
|
#include <list>
#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 | |
class | Per_thread_connection_handler |
This class represents the connection handling functionality that each connection is being handled in a single thread. More... | |
class | One_thread_connection_handler |
This class represents the connection handling functionality of all connections being handled in a single worker thread. More... | |