Bug #10109 | INSERT .. SELECT ... ON DUPLICATE KAY UPDATE fails | ||
---|---|---|---|
Submitted: | 23 Apr 2005 7:44 | Modified: | 10 Aug 2005 20:53 |
Reporter: | Rudenko Ilya | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 4.1.11-log | OS: | Linux (Fedora Core 3) |
Assigned to: | Antony Curtis | CPU Architecture: | Any |
[23 Apr 2005 7:44]
Rudenko Ilya
[27 Jul 2005 19:47]
Jeff C
I would love to see this bug corrected. The docs say you can do ... insert .. select .. on duplicate key update, however it always errors out with duplicate source. I've tested the other formats and they work correctly. Thanks, Jeff
[28 Jul 2005 15:34]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27682
[4 Aug 2005 14:26]
Jeff C
Can we get this in 4.1.14 ? I'd love to have this resolved as this feature is very important. Thanks, Jeff
[5 Aug 2005 15:46]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27929
[5 Aug 2005 21:51]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27941
[5 Aug 2005 21:51]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27942
[7 Aug 2005 2:16]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/27964
[10 Aug 2005 19:44]
Antony Curtis
pushed fix to 4.1.14 and 5.0.12
[10 Aug 2005 20:53]
Paul DuBois
Noted in 4.1.14, 5.0.12 changelogs.
[11 Aug 2005 20:26]
Jeff C
Thank you so much for this bugfix. Well done.