summaryrefslogtreecommitdiff
path: root/mysql-test/r/join_optimizer.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/join_optimizer.result')
-rw-r--r--mysql-test/r/join_optimizer.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/join_optimizer.result b/mysql-test/r/join_optimizer.result
index ad7267ab665..7c92d54d183 100644
--- a/mysql-test/r/join_optimizer.result
+++ b/mysql-test/r/join_optimizer.result
@@ -33,5 +33,5 @@ SELECT STRAIGHT_JOIN g.id FROM t2 a, t3 g USE INDEX(groups_dt)
WHERE g.domain = 'queue' AND g.type = a.type;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE a ALL NULL NULL NULL NULL 2 Using where
-1 SIMPLE g ref groups_dt groups_dt 70 const,test.a.type 13 Using index condition
+1 SIMPLE g hash_range groups_dt #hash#groups_dt:groups_dt 70:35 const,test.a.type 13 Using index condition; Using where; Using join buffer (flat, BNLH join)
drop table t0,t1,t2,t3;