mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
new EXPLAIN
fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
This commit is contained in:
@@ -10,6 +10,6 @@ a b
|
||||
select * from t1 where a is null;
|
||||
a b
|
||||
explain select * from t1 where b is null;
|
||||
Comment
|
||||
Impossible WHERE noticed after reading const tables
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 FIRST Impossible WHERE noticed after reading const tables
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user