Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.5.8
-
None
Description
create table tbl ( |
leaf int, |
internal int |
, constraint mutex_internal_or_leaf check ((internal is null ) <> (leaf is null)) |
)
|
Throws syntax error
SQL Error [1064] [42000]: (conn=28) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '<> (`leaf` is null)'
|
Attachments
Issue Links
- duplicates
-
MDEV-24194 View definition corruption
- Closed
-
MDEV-24254 CHECK (ISNULL(code)=ISNULL(class)) syntax error
- Closed