This commit is contained in:
2023-08-16 16:14:41 +08:00
parent 745a5820ba
commit 3ba95cc3dd
+1
View File
@@ -302,6 +302,7 @@ class Connection extends Component
if ($PDO === null || $PDO->inTransaction()) {
return;
}
$this->logger->debug('release mysql client ' . 'mysql:dbname=' . $this->database . ';host=' . $this->cds);
$this->pool()->push($this->cds, [$PDO, time()]);
}