This commit is contained in:
2021-04-27 15:33:10 +08:00
parent f9ddcfb349
commit 4f1dc45d2f
+2 -2
View File
@@ -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;
}