mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix debug output
This commit is contained in:
parent
34208bfd81
commit
12a3066b2c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue