diff options
author | endico%mozilla.org <> | 2000-08-29 09:46:28 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 2000-08-29 09:46:28 +0200 |
commit | af8e59be1547f7b461d626eec66ee33875fdeb7a (patch) | |
tree | f36a44e573b8b929362728819889292bd97a848a /sanitycheck.cgi | |
parent | aadaa8288ef0864887e880f09a52a6f9c3df1267 (diff) | |
download | bugzilla-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-x | sanitycheck.cgi | 1 |
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; |