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

git-svn-id: file:///svn/mysql/tests/mysql-test@40542 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Tim Callaghan 2012-03-06 15:23:07 +00:00
parent f0f1230b82
commit 37d7d76cee
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ a
9
explain select a,b from t1 where b > 30;
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;
a b
4 45

View file

@ -68,7 +68,7 @@ explain select a from t1 where a > 8;
select a from t1 where a > 8;
# ignore rows column
--replace_column 9 NULL;
--replace_column 4 NA 9 NULL;
explain select a,b from t1 where b > 30;
select a,b from t1 where b > 30;