mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Post-merge fixes:
- put back the result encoding in func_in.result (messed up by kdiff3) - update .result for other tests (checked)
This commit is contained in:
parent
90fbd8b22b
commit
584d923c32
4 changed files with 8 additions and 7 deletions
|
|
@ -321,7 +321,7 @@ select * from t1 where not(NULL or a);
|
|||
a
|
||||
explain select * from t1 where not(NULL and a);
|
||||
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);
|
||||
a
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue