Bug #59448 | incorrect 2-table update | ||
---|---|---|---|
Submitted: | 12 Jan 2011 15:04 | Modified: | 17 Jan 2011 19:17 |
Reporter: | ttt ttt | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0.51 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[12 Jan 2011 15:04]
ttt ttt
[17 Jan 2011 19:17]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Please read at http://dev.mysql.com/doc/refman/5.0/en/update.html: Single-table UPDATE assignments are generally evaluated from left to right. For multiple-table updates, there is no guarantee that assignments are carried out in any particular order.