diff options
author | Igor Babaev <igor@askmonty.org> | 2011-02-27 00:21:45 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2011-02-27 00:21:45 -0800 |
commit | 00591c4d80795f6ebc10b20a295e0b4eff694daa (patch) | |
tree | 66b6614db5a716e3f5929c69d01d01156cb5a079 /mysql-test/suite/innodb/r/innodb_mysql.result | |
parent | 94f03f8337bd523bde439d2a9161e6ab56448d0e (diff) | |
parent | 727bb0a5daae6cb30842d2bbca51b670c85b4461 (diff) | |
download | mariadb-git-00591c4d80795f6ebc10b20a295e0b4eff694daa.tar.gz |
Merge
Diffstat (limited to 'mysql-test/suite/innodb/r/innodb_mysql.result')
-rw-r--r-- | mysql-test/suite/innodb/r/innodb_mysql.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_mysql.result b/mysql-test/suite/innodb/r/innodb_mysql.result index fd9f794a8c0..193dff3c742 100644 --- a/mysql-test/suite/innodb/r/innodb_mysql.result +++ b/mysql-test/suite/innodb/r/innodb_mysql.result @@ -2664,7 +2664,7 @@ SELECT t1.pk FROM t1,t2 WHERE t1.pk = t2.pk AND t2.pk <> 8; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index PRIMARY PRIMARY 4 NULL 11 Using where; Using index -1 SIMPLE t2 hash PRIMARY PRIMARY 4 test.t1.pk 13 Using index; Using join buffer (flat, BNLH join) +1 SIMPLE t2 hash_range PRIMARY #hash#PRIMARY:PRIMARY 4:4 test.t1.pk 7 Using where; Using index; Using join buffer (flat, BNLH join) SELECT t1.pk FROM t1,t2 WHERE t1.pk = t2.pk AND t2.pk <> 8; pk |