![]() |
MySQL 9.5.0
Source Code Documentation
|
connection on the stash. More...
#include <connection_pool.h>
Public Member Functions | |
| Stashed (std::shared_ptr< PooledConnection< ServerSideConnection > > pc, ConnectionIdentifier ci, std::chrono::steady_clock::time_point tp) | |
Public Attributes | |
| std::shared_ptr< 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
| std::shared_ptr<PooledConnection<ServerSideConnection> > ConnectionPool::Stashed::pooled_conn |
pooled connection.