modify mysql result

This commit is contained in:
2022-04-10 14:15:39 +08:00
parent cb377b4e69
commit 6e7955f1d9
-1
View File
@@ -93,7 +93,6 @@ class Connection extends Component
*/
public function init()
{
$this->eventProvider->on(OnWorkerStop::class, [$this, 'clear_connection'], 0);
$this->eventProvider->on(OnWorkerExit::class, [$this, 'clear_connection'], 0);
$this->eventProvider->on(BeginTransaction::class, [$this, 'beginTransaction'], 0);
$this->eventProvider->on(Rollback::class, [$this, 'rollback'], 0);