mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 00:15:17 +00:00
[960-mysql-connection-pool] Addressed cosmetic change request
This commit is contained in:
@@ -1692,8 +1692,8 @@ MySqlLeaseContext(const DatabaseConnection::ParameterMap& parameters)
|
||||
|
||||
// MySqlLeaseContextAlloc Constructor and Destructor
|
||||
|
||||
MySqlLeaseMgr::MySqlLeaseContextAlloc::
|
||||
MySqlLeaseContextAlloc(const MySqlLeaseMgr& mgr) : ctx_(), mgr_(mgr) {
|
||||
MySqlLeaseMgr::MySqlLeaseContextAlloc::MySqlLeaseContextAlloc(
|
||||
const MySqlLeaseMgr& mgr) : ctx_(), mgr_(mgr) {
|
||||
if (MultiThreadingMgr::instance().getMode()) {
|
||||
{
|
||||
lock_guard<mutex> lock(mgr_.pool_->mutex_);
|
||||
|
Reference in New Issue
Block a user