From: Andrey Hristov Date: Fri, 29 Apr 2005 10:22:35 +0000 (+0000) Subject: missed to remove that. multi_query is no more a global. X-Git-Tag: php-5.0.5RC1~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=015f87f5a97be79e5b08b8b21e35b2a778bb766a;p=php missed to remove that. multi_query is no more a global. --- diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index 4d53880a1e..c421a02d50 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -387,7 +387,6 @@ static void php_mysqli_init_globals(zend_mysqli_globals *mysqli_globals) mysqli_globals->reconnect = 0; mysqli_globals->report_mode = 0; mysqli_globals->report_ht = 0; - mysqli_globals->multi_query = 0; } /* }}} */