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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user