[MDEV-10393] Foreign keys SET DEFAULT action Created: 2016-07-19 Updated: 2024-01-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Delete, Data Manipulation - Update, Optimizer, Storage Engine - InnoDB |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Aleksey Midenkov |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | foreign-keys | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| 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: |
| Comments |
| Comment by Marko Mäkelä [ 2019-03-22 ] |
|
I think that this would be easiest to implement by moving both the FOREIGN KEY metadata storage and processing entirely out of InnoDB. |