Bug #72109 | Avoid table rebuild when adding or removing of auto_increment settings | ||
---|---|---|---|
Submitted: | 24 Mar 2014 12:25 | Modified: | 24 Mar 2014 13:13 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S4 (Feature request) |
Version: | 5.6.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | auto_increment |
[24 Mar 2014 12:25]
Simon Mudd
[24 Mar 2014 13:12]
Arnaud Adant
Thank you for this reasonable feature request : The operation is not listed here : http://dev.mysql.com/doc/refman/5.6/en/innodb-create-index-overview.html Verified by this command : mysql> alter table mytable modify id int not null,algorithm=inplace,lock=none; ERROR 1846 (0A000): ALGORITHM=INPLACE is not supported. Reason: Cannot change column type INPLACE. Try ALGORITHM=COPY.
[20 Aug 2015 14:30]
MySQL Verification Team
This feature request has got a duplicate in the bug # 78119.