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.3.2RC1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2386938aeac997421198ca535b71493639898ac7;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 } /* }}} */