Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2

r=jouni x2


git-svn-id: svn://10.0.0.236/trunk@124746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au
2002-07-08 06:10:47 +00:00
parent 0e4b4e7250
commit 2e29da5498
3 changed files with 0 additions and 11 deletions

View File

@@ -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.