diff options
Diffstat (limited to 'mysql-test/r/index_intersect_innodb.result')
-rw-r--r-- | mysql-test/r/index_intersect_innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/index_intersect_innodb.result b/mysql-test/r/index_intersect_innodb.result index 15244098170..d91a97043e1 100644 --- a/mysql-test/r/index_intersect_innodb.result +++ b/mysql-test/r/index_intersect_innodb.result @@ -1005,7 +1005,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 Population,Name 4,35 NULL # Using sort_intersect(Population,Name); 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 ( |