summaryrefslogtreecommitdiff
path: root/mysql-test/suite/pbxt/r/key_cache.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/pbxt/r/key_cache.result')
-rw-r--r--mysql-test/suite/pbxt/r/key_cache.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/pbxt/r/key_cache.result b/mysql-test/suite/pbxt/r/key_cache.result
index 1ea3b2a714a..4df1bbf0ff7 100644
--- a/mysql-test/suite/pbxt/r/key_cache.result
+++ b/mysql-test/suite/pbxt/r/key_cache.result
@@ -122,7 +122,7 @@ i
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 t1 index PRIMARY PRIMARY 4 NULL 2 Using index
-1 SIMPLE t2 ref k1 k1 5 test.t1.p 1 Using where; Using index
+1 SIMPLE t2 ref k1 k1 5 test.t1.p 1 Using index
select count(*) from t1, t2 where t1.p = t2.i;
count(*)
3