mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Update test results.
This commit is contained in:
@@ -321,7 +321,7 @@ select * from t1 where not(NULL or a);
|
|||||||
a
|
a
|
||||||
explain select * from t1 where not(NULL and a);
|
explain select * from t1 where not(NULL and a);
|
||||||
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 ref a a 5 const 1 Using where; Using index
|
1 SIMPLE t1 ref a a 5 const 1 Using index
|
||||||
select * from t1 where not(NULL and a);
|
select * from t1 where not(NULL and a);
|
||||||
a
|
a
|
||||||
0
|
0
|
||||||
|
Reference in New Issue
Block a user