diff options
author | bbaetz%student.usyd.edu.au <> | 2002-07-08 13:10:45 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-07-08 13:10:45 +0000 |
commit | a2048c1273b8247701443027cb8758dd56d7fd01 (patch) | |
tree | e42e24c0520f1ce1e25f5a10391f9d35ace372b4 /buglist.cgi | |
parent | 38fac1759c2ebcd108d5fa2dbc86d0b34e0f2951 (diff) | |
download | bugs-a2048c1273b8247701443027cb8758dd56d7fd01.tar bugs-a2048c1273b8247701443027cb8758dd56d7fd01.tar.gz bugs-a2048c1273b8247701443027cb8758dd56d7fd01.tar.bz2 bugs-a2048c1273b8247701443027cb8758dd56d7fd01.tar.xz bugs-a2048c1273b8247701443027cb8758dd56d7fd01.zip |
Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2
r=jouni x2
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/buglist.cgi b/buglist.cgi index c2d44de12..9638d9c0f 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1397,10 +1397,6 @@ if ($serverpush) { # query performance. ReconnectToShadowDatabase(); -# Tell MySQL to store temporary tables on the hard drive instead of memory -# to avoid "table out of space" errors on MySQL versions less than 3.23.2. -SendSQL("SET OPTION SQL_BIG_TABLES=1") if Param('expectbigqueries'); - # Normally, we ignore SIGTERM and SIGPIPE (see globals.pl) but we need to # respond to them here to prevent someone DOSing us by reloading a query # a large number of times. |