diff options
Diffstat (limited to 'mysql-test/t/group_by.test')
-rw-r--r-- | mysql-test/t/group_by.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/t/group_by.test b/mysql-test/t/group_by.test index 7f227398a95..f739870ca07 100644 --- a/mysql-test/t/group_by.test +++ b/mysql-test/t/group_by.test @@ -1043,10 +1043,6 @@ EXPLAIN SELECT a, SUM(b) FROM t2 IGNORE INDEX (a) GROUP BY a LIMIT 2; EXPLAIN SELECT 1 FROM t2 WHERE a IN (SELECT a FROM t1 USE INDEX (i2) IGNORE INDEX (i2)); -SHOW VARIABLES LIKE 'old'; ---error ER_INCORRECT_GLOBAL_LOCAL_VAR -SET @@old = off; - DROP TABLE t1, t2; # |