Commit 15d078c5 authored by Tim Callaghan's avatar Tim Callaghan

[t:4522] Additional test fixes. Refs #4522.

git-svn-id: file:///svn/mysql/tests/mysql-test@40542 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3ce0dd83
...@@ -89,7 +89,7 @@ a ...@@ -89,7 +89,7 @@ a
9 9
explain select a,b from t1 where b > 30; explain select a,b from t1 where b > 30;
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 index b b 5 NULL NULL; Using where; Using index 1 SIMPLE t1 NA b b 5 NULL NULL; Using where; Using index
select a,b from t1 where b > 30; select a,b from t1 where b > 30;
a b a b
4 45 4 45
......
...@@ -68,7 +68,7 @@ explain select a from t1 where a > 8; ...@@ -68,7 +68,7 @@ explain select a from t1 where a > 8;
select a from t1 where a > 8; select a from t1 where a > 8;
# ignore rows column # ignore rows column
--replace_column 9 NULL; --replace_column 4 NA 9 NULL;
explain select a,b from t1 where b > 30; explain select a,b from t1 where b > 30;
select a,b from t1 where b > 30; select a,b from t1 where b > 30;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment