Fix debug output

This commit is contained in:
Christoph M. Becker 2022-06-09 13:41:32 +02:00
parent 34208bfd81
commit 12a3066b2c
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -353,7 +353,7 @@ static bool mysql_handle_begin(pdo_dbh_t *dbh)
zend_long return_value;
zend_string *command;
PDO_DBG_ENTER("mysql_handle_quoter");
PDO_DBG_ENTER("mysql_handle_begin");
PDO_DBG_INF_FMT("dbh=%p", dbh);
command = zend_string_init("START TRANSACTION", strlen("START TRANSACTION"), 0);