From 4f1dc45d2fc2e62d4469ab91c010f289fc10f65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Apr 2021 15:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index 64849c98..9c792c2d 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -164,8 +164,8 @@ class Connection extends Pool $link->query('SET NAMES ' . $charset); } - $this->printClients($config['cds'], '', ''); - $this->increment($name); +// $this->printClients($config['cds'], '', ''); +// $this->increment($name); return $link; }