summaryrefslogtreecommitdiff
path: root/mysql-test/r/tmp_table_count-7586.result
diff options
context:
space:
mode:
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;