Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Duplicate
-
10.3.26, 10.3.27
-
None
Description
10.3.25 (and earlier) accept queries like:
select foo from bar where baz is 'label' and (other is null <> other2 is null);
|
10.3.26 and 10.3.27 require:
select foo from bar where baz is 'label' and ((other is null) <> (other2 is null));
|
With statement based replication, this means queries can run on primary and fail on replicas (which is unfortunate when running the same major+minor version).
Attachments
Issue Links
- is duplicated by
-
MDEV-24194 View definition corruption
- Closed
-
MDEV-24254 CHECK (ISNULL(code)=ISNULL(class)) syntax error
- Closed