summaryrefslogtreecommitdiff
path: root/mysql-test/r/index_intersect.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/index_intersect.result')
-rw-r--r--mysql-test/r/index_intersect.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/index_intersect.result b/mysql-test/r/index_intersect.result
index 7a0633d4dc8..75aa25fa899 100644
--- a/mysql-test/r/index_intersect.result
+++ b/mysql-test/r/index_intersect.result
@@ -1004,7 +1004,7 @@ WHERE City.Name LIKE 'C%' AND City.Population > 1000000 AND
Country.Code=City.Country;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE City index_merge Population,Name,CountryID,CountryName Name,Population 35,4 NULL # Using sort_intersect(Name,Population); Using where
-1 SIMPLE Country eq_ref PRIMARY PRIMARY 3 world.City.Country #
+1 SIMPLE Country hash_ALL PRIMARY #hash#PRIMARY 3 world.City.Country # Using join buffer (flat, BNLH join)
DROP DATABASE world;
use test;
CREATE TABLE t1 (