From 08c985add2543802057ab7d6d4b26a1904834c24 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 8 May 1999 04:49:23 +0000 Subject: Provide an option to tell mysql "set option SQL_BIG_TABLES=1". This is necessary for very big queries, but it will slow things up some otherwise. --- defparams.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index f5b3d4198..ac19dcf09 100644 --- a/defparams.pl +++ b/defparams.pl @@ -292,5 +292,10 @@ DefParam("usebrowserinfo", "b", 1); +DefParam("expectbigqueries", + "If this is on, then we will tell mysql to set option SQL_BIG_TABLES=1 before doing queries on bugs. This will be a little slower, but one will not get the error The table ### is full for big queries that require a big temporary table.", + "b", + 0); + 1; -- cgit v1.2.3-24-g4f1b