From a78760cc3ebf6b794b55defed8cdfd64ac53049c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 25 Feb 2022 18:23:49 +0800 Subject: [PATCH] modify plugin name --- Mysql/PDO.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mysql/PDO.php b/Mysql/PDO.php index 80af2db..03b3232 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -141,6 +141,8 @@ class PDO implements StopHeartbeatCheck $this->_pdo()->beginTransaction(); } $this->_transaction++; + + echo __FUNCTION__, $this->_transaction, PHP_EOL; }