From 3ba95cc3ddcfbbec0089dc2cd3f652b79176d104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 16:14:41 +0800 Subject: [PATCH] qqq --- Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Connection.php b/Connection.php index b58e767..8938325 100644 --- a/Connection.php +++ b/Connection.php @@ -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()]); }