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; }