Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Now that the DEFAULT clause has been greatly improved (10.2), it would be desirable to be able to used the SET DEFAULT action in foreign keys:
ON DELETE SET DEFAULT
ON UPDATE SET DEFAULT
Attachments
Issue Links
- is blocked by
-
MDEV-20480 Obsolete internal parser for FK in InnoDB
-
- Closed
-
-
MDEV-31942 Online alter: support cascade foreign keys
-
- Open
-
- relates to
-
MDEV-16417 Store Foreign Key metadata outside of InnoDB
-
- In Review
-
-
MDEV-12483 Add foreign keys support for partitioned tables
-
- Stalled
-
I think that this would be easiest to implement by moving both the FOREIGN KEY metadata storage and processing entirely out of InnoDB.