summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-01-13 14:06:02 +0000
committerAndrey Hristov <andrey@php.net>2010-01-13 14:06:02 +0000
commit176e6dd2f2eac6df475a106eb201bf503796b267 (patch)
treeb585828b015d232dde492cbacc5722d16f6ef840 /ext/pdo_mysql/pdo_mysql.c
parent62543788306c6a0c3190eb146de9d7a6cfeec4fd (diff)
downloadphp-git-176e6dd2f2eac6df475a106eb201bf503796b267.tar.gz
make mysqlnd's tracing API more reusable
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
-rwxr-xr-xext/pdo_mysql/pdo_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c
index 315c74d6ae..501071dca1 100755
--- a/ext/pdo_mysql/pdo_mysql.c
+++ b/ext/pdo_mysql/pdo_mysql.c
@@ -126,7 +126,7 @@ static PHP_RINIT_FUNCTION(pdo_mysql)
{
#if PDO_DBG_ENABLED
if (PDO_MYSQL_G(debug)) {
- MYSQLND_DEBUG *dbg = mysqlnd_debug_init(TSRMLS_C);
+ MYSQLND_DEBUG *dbg = mysqlnd_debug_init(mysqlnd_debug_std_no_trace_funcs TSRMLS_CC);
if (!dbg) {
return FAILURE;
}