mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
[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:
parent
f0f1230b82
commit
37d7d76cee
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue