From: endico%mozilla.org <> Date: Tue, 29 Aug 2000 07:46:28 +0000 (+0000) Subject: use big sql tables because checking keywords requires a fairly huge query X-Git-Tag: bugzilla-2.12~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af8e59be1547f7b461d626eec66ee33875fdeb7a;p=thirdparty%2Fbugzilla.git use big sql tables because checking keywords requires a fairly huge query --- diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 5752f7b310..008b1506b8 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -31,6 +31,7 @@ print "Content-type: text/html\n"; print "\n"; ConnectToDatabase(); +SendSQL("set SQL_BIG_TABLES=1"); my $offervotecacherebuild = 0;