summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-08-29 09:46:28 +0200
committerendico%mozilla.org <>2000-08-29 09:46:28 +0200
commitaf8e59be1547f7b461d626eec66ee33875fdeb7a (patch)
treef36a44e573b8b929362728819889292bd97a848a /sanitycheck.cgi
parentaadaa8288ef0864887e880f09a52a6f9c3df1267 (diff)
downloadbugzilla-af8e59be1547f7b461d626eec66ee33875fdeb7a.tar.gz
bugzilla-af8e59be1547f7b461d626eec66ee33875fdeb7a.tar.xz
use big sql tables because checking keywords requires a fairly huge query
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index 5752f7b31..008b1506b 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;