Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5
-
None
Description
10.5 f544a712c8 |
MariaDB [test]> create or replace table t1 (a int, s date, e date, period for p(s,e), primary key(a, p without overlaps)); |
Query OK, 0 rows affected (0.185 sec) |
 |
MariaDB [test]> replace into t1 () values (); |
ERROR 1235 (42000): This version of MariaDB doesn't yet support 'WITHOUT OVERLAPS' |
Same with ON DUPLICATE KEY UPDATE.
We know what it is supposed to mean, but users won't. Besides, it's just embarrassing.
Attachments
Issue Links
- relates to
-
MDEV-17395 REPLACE/INSERT ODKU: support WITHOUT OVERLAPS
- Stalled