diff options
author | serg@janus.mylan <> | 2007-03-06 13:44:57 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-03-06 13:44:57 +0100 |
commit | 6aa5c001c5debfedb044b4be455e0549de836409 (patch) | |
tree | 6633aa27d1875e982ecf73b0f605752dcadbc94f /mysql-test/r/myisam.result | |
parent | 30321673a278025b40ee93b9b1c8e75f3dc89acb (diff) | |
parent | 2baf35b4fab1cd1c185b7b98645eb76ed88d9f73 (diff) | |
download | mariadb-git-6aa5c001c5debfedb044b4be455e0549de836409.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into janus.mylan:/usr/home/serg/Abk/mysql-5.1
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r-- | mysql-test/r/myisam.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result index 8560efd4ee1..bb666b2e499 100644 --- a/mysql-test/r/myisam.result +++ b/mysql-test/r/myisam.result @@ -1071,7 +1071,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 ref c c 11 const # Using where; Using index explain select count(*) from t1 where t='a '; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 range t t 13 NULL # Using where +1 SIMPLE t1 ref t t 13 const # Using where explain select count(*) from t1 where v like 'a%'; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range v v 13 NULL # Using where; Using index |