[MDEV-17965] Allow instant VARCHAR increase of indexed fields Created: 2018-12-10 Updated: 2018-12-19 Resolved: 2018-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Storage Engine - InnoDB |
| Fix Version/s: | 10.4.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Index data is not changed in ALGORITHM=INSTANT so it's safe to perform such operation on indexes field. Similar case is in Every storage engine which supports INPLACE ALTER can benefit from it. But right now only InnoDB supports IS_EQUAL_PACK_LENGTH so this change is for InnoDB. |
| Comments |
| Comment by Eugene Kosov (Inactive) [ 2018-12-19 ] |
|
Closing as a duplicate. |