Bug #29019 | REPLACE/INSERT IGNORE/UPDATE IGNORE doesn't work | ||
---|---|---|---|
Submitted: | 11 Jun 2007 14:53 | Modified: | 7 Jul 2007 19:01 |
Reporter: | Antony Curtis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Federated storage engine | Severity: | S3 (Non-critical) |
Version: | 5.0/5.1 | OS: | Any |
Assigned to: | Antony Curtis | CPU Architecture: | Any |
[11 Jun 2007 14:53]
Antony Curtis
[11 Jun 2007 19:03]
MySQL Verification Team
Thank you for the bug report.
[19 Jun 2007 23:58]
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/commits/29138 ChangeSet@1.2492, 2007-06-19 16:58:27-07:00, antony@ppcg5.local +4 -0 Bug#29019 "REPLACE/INSERT IGNORE/UPDATE IGNORE doesn't work" Federated does not record neccessary HA_EXTRA flags in order to support REPLACE/INSERT IGNORE/UPDATE IGNORE. Implement ::extra() to capture flags neccessary for functionality. New function append_ident() to better escape identifiers.
[20 Jun 2007 22:40]
Brian Aker
Fix reuse of length variable and its good.
[21 Jun 2007 0:09]
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/commits/29229 ChangeSet@1.2492, 2007-06-20 17:09:16-07:00, antony@ppcg5.local +4 -0 Bug#29019 "REPLACE/INSERT IGNORE/UPDATE IGNORE doesn't work" Federated does not record neccessary HA_EXTRA flags in order to support REPLACE/INSERT IGNORE/UPDATE IGNORE. Implement ::extra() to capture flags neccessary for functionality. New function append_ident() to better escape identifiers.
[21 Jun 2007 18:20]
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/commits/29330 ChangeSet@1.2492, 2007-06-21 11:20:24-07:00, antony@ppcg5.local +4 -0 Bug#29019 "REPLACE/INSERT IGNORE/UPDATE IGNORE doesn't work" Federated does not record neccessary HA_EXTRA flags in order to support REPLACE/INSERT IGNORE/UPDATE IGNORE. Implement ::extra() to capture flags neccessary for functionality. New function append_ident() to better escape identifiers.
[28 Jun 2007 7:23]
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/commits/29805 ChangeSet@1.2504, 2007-06-28 00:23:14-07:00, antony@ppcg5.local +4 -0 Bug#29019 "REPLACE/INSERT IGNORE/UPDATE IGNORE doesn't work" Federated does not record neccessary HA_EXTRA flags in order to support REPLACE/INSERT IGNORE/UPDATE IGNORE. Implement ::extra() to capture flags neccessary for functionality. New function append_ident() to better escape identifiers consistantly.
[2 Jul 2007 16:14]
Antony Curtis
queued to engines tree
[7 Jul 2007 16:34]
Bugs System
Pushed into 5.1.21-beta
[7 Jul 2007 16:35]
Bugs System
Pushed into 5.0.46
[7 Jul 2007 19:01]
Paul DuBois
Noted in 5.0.46, 5.1.21 changelogs. REPLACE, INSERT IGNORE, and UPDATE IGNORE did not work for FEDERATED tables.