]> granicus.if.org Git - php/commitdiff
- disable this debug code until it is actually fixed
authorPierre Joye <pajoye@php.net>
Thu, 3 Dec 2009 10:41:20 +0000 (10:41 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 3 Dec 2009 10:41:20 +0000 (10:41 +0000)
ext/mysqlnd/mysqlnd.c

index 365068d60c42d0d3ab85c53f12447d8abe4998e0..2b7d4062bc09a7033a6a33187d733a2afb10e7d7 100644 (file)
@@ -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
 }
 /* }}} */