Bug #113477 | Support ALGORITHM=INSTANT for change data type to larger type | ||
---|---|---|---|
Submitted: | 20 Dec 2023 17:13 | Modified: | 27 Dec 2023 17:45 |
Reporter: | Morgan Tocker | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S4 (Feature request) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[20 Dec 2023 17:13]
Morgan Tocker
[21 Dec 2023 7:54]
MySQL Verification Team
Hello Morgan, Thank you for the feature request! regards, Umesh
[27 Dec 2023 17:45]
Morgan Tocker
Quick edit: Part of the description is kind of misleading, since VARCHAR(10) -> VARCHAR(60) is "INPLACE" but really should be INSTANT (reported in bug #113355) But to follow is correct: varchar(60) -> varchar(100) changes the pointer size internally which currently requires a full table copy. This feature request is for it use versioning internally so it does not require that.