diff options
author | Pierre Joye <pajoye@php.net> | 2009-12-03 10:41:20 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-12-03 10:41:20 +0000 |
commit | 2386938aeac997421198ca535b71493639898ac7 (patch) | |
tree | 378d7605f4ae76e1144a7a4d79da6eae90b917c4 /ext/mysqlnd/mysqlnd.c | |
parent | bfc0ec18910052d5e88bf1badcefff017bde8b65 (diff) | |
download | php-git-2386938aeac997421198ca535b71493639898ac7.tar.gz |
- disable this debug code until it is actually fixed
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } /* }}} */ |