mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Change sql_mode BROKEN_NOT to HIGH_NOT_PRECEDENCE
This commit is contained in:
parent
2c3159eb9e
commit
f595216869
@@ -33,7 +33,7 @@ a
|
||||
SELECT * FROM t1 where (1 AND a) IS NULL;
|
||||
a
|
||||
NULL
|
||||
set sql_mode='broken_not';
|
||||
set sql_mode='high_not_precedence';
|
||||
select * from t1 where not a between 2 and 3;
|
||||
a
|
||||
set sql_mode=default;
|
||||
|
||||
Reference in New Issue
Block a user