Bug #10331 | foreign key constraint blocks delete on self reference | ||
---|---|---|---|
Submitted: | 3 May 2005 13:20 | Modified: | 11 Aug 2005 14:27 |
Reporter: | Armin Haaf | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 4.1.10 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[3 May 2005 13:20]
Armin Haaf
[3 May 2005 13:45]
Heikki Tuuri
Deferred constraint checking is in the TODO. You can work around with SET FOREIGN_KEY_CHECKS=0; <delete> Set FOREIGN_KEY_CHECKS=1; Regards, Heikki
[11 Aug 2005 14:27]
Heikki Tuuri
Duplicate of bug #12449.