From d4e5cc009b5884a36fe8eb4e823c351539aace20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 5 Sep 2020 01:33:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index 4381d4ee..225a0cff 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -217,7 +217,7 @@ class Connection extends Pool */ private function nowClient($coroutineName, $config) { - $this->success('create db client -> ' . $config['cds'] . ':' . $this->size($coroutineName)); + $this->success('create db client -> ' . $config['cds'] . ':' . $this->hasCreate[$coroutineName] . ':' . $this->size($coroutineName)); $client = $this->createConnect($config['cds'], $config['username'], $config['password']); if (isset(Context::getContext('begin_' . $coroutineName)[Coroutine::getCid()])) { $number = Context::getContext('begin_' . $coroutineName)[Coroutine::getCid()];