From: Pierre Joye Date: Thu, 3 Dec 2009 10:41:20 +0000 (+0000) Subject: - disable this debug code until it is actually fixed X-Git-Tag: php-5.4.0alpha1~191^2~2308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=330523c60c2e3db378e43d33f10761c0f76a8a5b;p=php - disable this debug code until it is actually fixed --- diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c index 365068d60c..2b7d4062bc 100644 --- a/ext/mysqlnd/mysqlnd.c +++ b/ext/mysqlnd/mysqlnd.c @@ -2393,7 +2393,9 @@ PHPAPI void ** _mysqlnd_plugin_get_plugin_connection_data(const MYSQLND * conn, if (!conn || plugin_id >= mysqlnd_plugin_count()) { return NULL; } +#if 0 DBG_RETURN((void *)conn + sizeof(MYSQLND) + plugin_id * sizeof(void *)); +#endif } /* }}} */