]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
use big sql tables because checking keywords requires a fairly huge query
authorendico%mozilla.org <>
Tue, 29 Aug 2000 07:46:28 +0000 (07:46 +0000)
committerendico%mozilla.org <>
Tue, 29 Aug 2000 07:46:28 +0000 (07:46 +0000)
sanitycheck.cgi

index 5752f7b310cb93ccd30aa34aee5b478d382c022f..008b1506b880f582902c404e453bfca32e23d946 100755 (executable)
@@ -31,6 +31,7 @@ print "Content-type: text/html\n";
 print "\n";
 
 ConnectToDatabase();
+SendSQL("set SQL_BIG_TABLES=1");
 
 my $offervotecacherebuild = 0;