diff options
author | unknown <bell@sanja.is.com.ua> | 2004-06-22 13:22:00 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-06-22 13:22:00 +0300 |
commit | 4d39221a0f012c10cb0d59f754eaa61c276b573e (patch) | |
tree | 309879a9e397f29796a8e79076ad94ccaee99e44 /mysql-test/r | |
parent | 306942c94ca1ba61f2fe017cd310f07f260b6694 (diff) | |
parent | 073de02c1346430a4ef7df57cd2e7ca7e36c641e (diff) | |
download | mariadb-git-4d39221a0f012c10cb0d59f754eaa61c276b573e.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/range.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/range.result b/mysql-test/r/range.result index 028f49a8d16..55e03731fc7 100644 --- a/mysql-test/r/range.result +++ b/mysql-test/r/range.result @@ -255,7 +255,7 @@ t1 ref y y 5 const 1 Using where t2 range x x 5 NULL 2 Using where explain select count(*) from t1 where x in (1); table type possible_keys key key_len ref rows Extra -t1 range x x 5 NULL 1 Using where; Using index +t1 ref x x 5 const 1 Using where; Using index explain select count(*) from t1 where x in (1,2); table type possible_keys key key_len ref rows Extra t1 range x x 5 NULL 2 Using where; Using index |