summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com/eagle.(none)>2007-02-26 19:49:24 +0400
committerunknown <gluh@mysql.com/eagle.(none)>2007-02-26 19:49:24 +0400
commit79a6e0fefe427c137c1c62d7b06b109cba5a18c0 (patch)
tree13d54dacb65dacfa3717cf43bd9209dd3ebe12db
parent6247e1b2ee2b2a18582cf213c24bcb66e21edb02 (diff)
downloadmariadb-git-79a6e0fefe427c137c1c62d7b06b109cba5a18c0.tar.gz
after merge fix
-rw-r--r--mysql-test/r/mix2_myisam.result2
-rw-r--r--mysql-test/r/update.result2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/mix2_myisam.result b/mysql-test/r/mix2_myisam.result
index 45b4784251a..569eefb34ec 100644
--- a/mysql-test/r/mix2_myisam.result
+++ b/mysql-test/r/mix2_myisam.result
@@ -1532,7 +1532,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
diff --git a/mysql-test/r/update.result b/mysql-test/r/update.result
index 2f8434b6cd2..a40d3451a62 100644
--- a/mysql-test/r/update.result
+++ b/mysql-test/r/update.result
@@ -432,7 +432,7 @@ Handler_read_key 3
Handler_read_next 0
Handler_read_prev 0
Handler_read_rnd 0
-Handler_read_rnd_next 21
+Handler_read_rnd_next 0
DROP TABLE t1;
CREATE TABLE t1 (
a INT(11),