Bug #9585 | Error 1036 Table is read only when trying to multi-update the same column | ||
---|---|---|---|
Submitted: | 2 Apr 2005 18:41 | Modified: | 13 Apr 2006 16:44 |
Reporter: | Sergey Petrunya | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0-bk | OS: | |
Assigned to: | Ingo Strüwing | CPU Architecture: | Any |
[2 Apr 2005 18:41]
Sergey Petrunya
[5 Apr 2005 3:03]
MySQL Verification Team
Verified with 5.0.4 BK source.
[13 Apr 2006 16:44]
Valeriy Kravchuk
5.0.21-BK gives different error message with the same test case: mysql> update v12,t1,t2 set v12.a1 = 111, t1.a=222 where t1.a=t2.a and t1.a = v12.a1; ERROR 1062 (23000): Duplicate entry '111' for key 1 So, it looks like there is no bug any more.