From 695e195a27a603eb37d21537294781b04b425559 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 14 Jul 2005 02:09:08 +0000 Subject: [PATCH] keep this as a placeholder for debugging weird regressions --- ext/pdo_mysql/mysql_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c index 2f7d9437c9..68563f3eb0 100755 --- a/ext/pdo_mysql/mysql_driver.c +++ b/ext/pdo_mysql/mysql_driver.c @@ -100,6 +100,7 @@ int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int lin zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s", *pdo_err, einfo->errcode, einfo->errmsg); } +/* printf("** [%s:%d] %s %s\n", file, line, *pdo_err, einfo->errmsg); */ return einfo->errcode; } -- 2.40.0