From a2048c1273b8247701443027cb8758dd56d7fd01 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 8 Jul 2002 13:10:45 +0000 Subject: Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2 r=jouni x2 --- defparams.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 30a7b5fc0..9fe4c186e 100644 --- a/defparams.pl +++ b/defparams.pl @@ -449,11 +449,6 @@ sub check_webdotbase { return ""; } -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); - DefParam("emailregexp", 'This defines the regexp to use for legal email addresses. The default tries to match fully qualified email addresses. Another popular value to put here is ^[^@]+$, which means "local usernames, no @ allowed."', "t", -- cgit v1.2.3-24-g4f1b