| Bug #7290 | update should check primary keys after all records altered | ||
|---|---|---|---|
| Submitted: | 14 Dec 2004 18:27 | Modified: | 14 Dec 2004 19:19 |
| Reporter: | Yuliy Pisetsky | ||
| Status: | Open | ||
| Category: | Server: InnoDB | Severity: | S4 (Feature request) |
| Version: | 4.1.7 | OS: | Sun Solaris (Solaris) |
| Assigned to: | Heikki Tuuri | Target Version: | |
| Triage: | D5 (Feature request) | ||
[14 Dec 2004 18:27]
Yuliy Pisetsky
[14 Dec 2004 18:52]
Yuliy Pisetsky
adding version info
[14 Dec 2004 19:19]
Heikki Tuuri
Hi! This is a known deviation of MySQL from SQL standards. I am changing this to a feature request, since this requires quite a bit of work to fix. Regards, Heikki
[10 Oct 2005 21:07]
Scott Marlowe
Note that the standard work around for this is to do something like: update table set id=id+somebignumber; update table set id=id-(somebignumber-1); This is the same thing I have to do with PostgreSQL and a few other databases.
