From 63abf00a62313107884f0b304d2c53de73f4eacd Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Thu, 21 Jul 2011 14:23:08 -0700 Subject: Made the optimizer switches 'derived_merge' and 'derived_with_keys' off by default. --- mysql-test/r/func_group.result | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mysql-test/r/func_group.result') diff --git a/mysql-test/r/func_group.result b/mysql-test/r/func_group.result index 24e146159ea..4c81cf63b6e 100644 --- a/mysql-test/r/func_group.result +++ b/mysql-test/r/func_group.result @@ -1928,8 +1928,9 @@ HAVING ('m') IN ( SELECT v FROM t2); id select_type table type possible_keys key key_len ref rows Extra -1 PRIMARY empty1 system NULL NULL NULL NULL 0 const row not found +1 PRIMARY system NULL NULL NULL NULL 0 const row not found 3 SUBQUERY t2 ALL NULL NULL NULL NULL 2 +2 DERIVED NULL NULL NULL NULL NULL NULL NULL no matching row in const table # # 5) Test that subquery materialization is setup for query with -- cgit v1.2.1