summaryrefslogtreecommitdiff
path: root/mysql-test/r/key_cache.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2010-11-02 16:30:42 -0700
committerIgor Babaev <igor@askmonty.org>2010-11-02 16:30:42 -0700
commit517fc164cda46435d6173d26449c1f9d56c8530d (patch)
treecf1c4a40bec5b2b026407033d37a8e39fc7d1a1e /mysql-test/r/key_cache.result
parent2dc2098e5989cd92cf6d90b66324c37bc105d5ad (diff)
parentdf32342102cd21425b2ead121af6336378f83a5f (diff)
downloadmariadb-git-517fc164cda46435d6173d26449c1f9d56c8530d.tar.gz
Merge
Diffstat (limited to 'mysql-test/r/key_cache.result')
-rw-r--r--mysql-test/r/key_cache.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/key_cache.result b/mysql-test/r/key_cache.result
index c432732b1f9..87d0a5bd9b5 100644
--- a/mysql-test/r/key_cache.result
+++ b/mysql-test/r/key_cache.result
@@ -645,7 +645,7 @@ i
3
explain select count(*) from t1, t2 where t1.p = t2.i;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t2 index k1 k1 5 NULL 1024 Using index
+1 SIMPLE t2 index k1 k1 5 NULL 1024 Using where; Using index
1 SIMPLE t1 eq_ref PRIMARY PRIMARY 4 test.t2.i 1 Using index
select count(*) from t1, t2 where t1.p = t2.i;
count(*)