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 --- sanitycheck.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 706d7dff5..72a9137fd 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -49,8 +49,6 @@ UserInGroup("editbugs") print "Content-type: text/html\n"; print "\n"; -SendSQL("set SQL_BIG_TABLES=1"); - my $offervotecacherebuild = 0; sub Status { -- cgit v1.2.3-24-g4f1b