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