summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-08 15:10:45 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-08 15:10:45 +0200
commita2048c1273b8247701443027cb8758dd56d7fd01 (patch)
treee42e24c0520f1ce1e25f5a10391f9d35ace372b4 /defparams.pl
parent38fac1759c2ebcd108d5fa2dbc86d0b34e0f2951 (diff)
downloadbugzilla-a2048c1273b8247701443027cb8758dd56d7fd01.tar.gz
bugzilla-a2048c1273b8247701443027cb8758dd56d7fd01.tar.xz
Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2
r=jouni x2
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl5
1 files changed, 0 insertions, 5 deletions
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 <tt>set option SQL_BIG_TABLES=1</tt> before doing queries on bugs. This will be a little slower, but one will not get the error <tt>The table ### is full</tt> 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 <tt>^[^@]+$</tt>, which means "local usernames, no @ allowed."',
"t",