Bug #5573 | Wrong/undocumented behaviour on UNIQUE column mass update | ||
---|---|---|---|
Submitted: | 14 Sep 2004 16:58 | Modified: | 8 Apr 2008 16:28 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[14 Sep 2004 16:58]
Matthias Leich
[14 Sep 2004 17:49]
Igor Mendelev
This is an absolutely unacceptable behavior for InnoDB!
[17 Sep 2004 12:18]
Heikki Tuuri
Hi! I have now updated the online manual: ------------------------------------------------- manual.texi: Add a note that InnoDB and MySQL check UNIQUE and FOREIGN KEY constraints row-by-row, even in SQL statements that modify several rows; this differs from SQL st andards, where the check should only be AFTER the SQL statement has been wholly processed ------------------------------------------------- and I am changing the status of this bug report to a feature request. Thank you, Heikki
[8 Apr 2008 16:28]
MySQL Verification Team
Thank you for the bug report.
[3 Oct 2008 16:19]
Konstantin Osipov
This is actually a storage engine bug, not MySQL bug.
[16 Oct 2008 4:31]
Valeriy Kravchuk
Bug #35856 was marked as a duplicate of this one.
[7 May 2012 9:32]
Emiliano Heyns
How can this be a feature request and not a fatal bug? I've just tripped over this. This bug is 8 years old!