diff options
author | msvensson@pilot.blaudden <> | 2007-03-01 18:12:56 +0100 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-01 18:12:56 +0100 |
commit | f5778fc73e4e676f38c4734bca3a96f4d08dc2d7 (patch) | |
tree | dd839a6db9e2985054d2bc99faaafdc4440866fc /mysql-test/r/myisam.result | |
parent | ab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff) | |
parent | 2f5a2b2476a0ca43d0a5bdfb979b427ff806839f (diff) | |
download | mariadb-git-f5778fc73e4e676f38c4734bca3a96f4d08dc2d7.tar.gz |
Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
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 0f6e0ad537a..83359048a8c 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 |