Bug #67141 | In-place ALTER TABLE is impossible for BINARY columns | ||
---|---|---|---|
Submitted: | 9 Oct 2012 5:18 | Modified: | 7 Dec 2012 20:04 |
Reporter: | Dmitry Lenev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.1.67 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Oct 2012 5:18]
Dmitry Lenev
[7 Dec 2012 20:04]
Paul DuBois
Noted in 5.7.0 changelog. For an ALTER TABLE statement that renamed or changed the default value of a BINARY column, the alteration was done using a table copy and not in place.
[26 Jun 2013 12:56]
Dmitry Lenev
Bug #69580 "Renaming a column in Online DDL requires table copy for binary data types" was marked as duplicate of this bug.
[11 Oct 2013 16:39]
Paul DuBois
Posted by developer: Noted in 5.6.15 changelog.