qqq
This commit is contained in:
@@ -302,6 +302,7 @@ class Connection extends Component
|
|||||||
if ($PDO === null || $PDO->inTransaction()) {
|
if ($PDO === null || $PDO->inTransaction()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$this->logger->debug('release mysql client ' . 'mysql:dbname=' . $this->database . ';host=' . $this->cds);
|
||||||
$this->pool()->push($this->cds, [$PDO, time()]);
|
$this->pool()->push($this->cds, [$PDO, time()]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user