Commit af8e59be authored by endico%mozilla.org's avatar endico%mozilla.org

use big sql tables because checking keywords requires a fairly huge query

parent aadaa828
...@@ -31,6 +31,7 @@ print "Content-type: text/html\n"; ...@@ -31,6 +31,7 @@ print "Content-type: text/html\n";
print "\n"; print "\n";
ConnectToDatabase(); ConnectToDatabase();
SendSQL("set SQL_BIG_TABLES=1");
my $offervotecacherebuild = 0; my $offervotecacherebuild = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment