MySQL 8.4.2
Source Code Documentation
|
connection on the stash. More...
#include <connection_pool.h>
Public Member Functions | |
Stashed (PooledConnection< ServerSideConnection > pc, ConnectionIdentifier ci, std::chrono::steady_clock::time_point tp) | |
Public Attributes | |
PooledConnection< ServerSideConnection > | pooled_conn |
pooled connection. More... | |
ConnectionIdentifier | conn_id |
opaque connection identifier More... | |
std::chrono::steady_clock::time_point | after |
stealable after ... More... | |
connection on the stash.
|
inline |
std::chrono::steady_clock::time_point ConnectionPool::Stashed::after |
stealable after ...
ConnectionIdentifier ConnectionPool::Stashed::conn_id |
opaque connection identifier
PooledConnection<ServerSideConnection> ConnectionPool::Stashed::pooled_conn |
pooled connection.