modify plugin name

This commit is contained in:
2022-02-25 18:23:49 +08:00
parent 1e27d52857
commit a78760cc3e
+2
View File
@@ -141,6 +141,8 @@ class PDO implements StopHeartbeatCheck
$this->_pdo()->beginTransaction(); $this->_pdo()->beginTransaction();
} }
$this->_transaction++; $this->_transaction++;
echo __FUNCTION__, $this->_transaction, PHP_EOL;
} }