summaryrefslogtreecommitdiff
path: root/mysql-test/r/tmp_table_count-7586.result
diff options
context:
space:
mode:
authorVarun Gupta <varunraiko1803@gmail.com>2018-02-21 16:01:50 +0200
committerVarun Gupta <varunraiko1803@gmail.com>2018-02-21 16:01:50 +0200
commitdbbaaff0fbce203e8c785179b1c559f82f869a69 (patch)
tree7c2f7b683ecf5de051b53cf2bbc97560a4e63c9e /mysql-test/r/tmp_table_count-7586.result
parent5df9e8de638bcb0c0c877a56e01ae5c59062249a (diff)
downloadmariadb-git-10.3-MDEV-7773.tar.gz
MDEV-15253:Default optimizer setting changes for MariaDB 10.310.3-MDEV-7773
Milestone 1: raising join_cache_level to 4 from 2
Diffstat (limited to 'mysql-test/r/tmp_table_count-7586.result')
-rw-r--r--mysql-test/r/tmp_table_count-7586.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/tmp_table_count-7586.result b/mysql-test/r/tmp_table_count-7586.result
index 0c526e0d4a3..bfdf4d149b5 100644
--- a/mysql-test/r/tmp_table_count-7586.result
+++ b/mysql-test/r/tmp_table_count-7586.result
@@ -37,7 +37,7 @@ INSERT INTO t2 values(1),(2);
EXPLAIN SELECT * FROM t1 WHERE a IN (SELECT * FROM t2 GROUP BY a HAVING a > 1);
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 ALL NULL NULL NULL NULL 2 Using where
-1 PRIMARY <subquery2> eq_ref distinct_key distinct_key 4 test.t1.a 1
+1 PRIMARY <subquery2> hash_ALL distinct_key #hash#distinct_key 4 test.t1.a 2 Using join buffer (flat, BNLH join)
2 MATERIALIZED t2 ALL NULL NULL NULL NULL 2 Using temporary
truncate table performance_schema.events_statements_history_long;
flush status;