This commit is contained in:
2021-01-05 18:59:35 +08:00
parent 2a6db35e58
commit 1677000ad6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -239,7 +239,6 @@ class Connection extends Pool
if (!empty($charset)) {
$link->query('SET NAMES ' . $charset);
}
$this->printClients($cds, $coroutineName);
$this->incr($coroutineName);
if ($number = Context::getContext('begin_' . $coroutineName, Coroutine::getCid())) {
$number > 0 && $link->beginTransaction();