Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
None
Description
create table t1(c varchar(9)) engine=innodb row_format=compressed;
|
insert into t1 values (repeat('a', 9));
|
alter table t1 modify c varchar(10), algorithm=nocopy;
|
In this ALTER TABLE only data dictionary and cache are updated. So, in fact it's an INSTANT operation.
Attachments
Issue Links
- relates to
-
MDEV-18326 Refactor some ALTER column operations to use innobase_instant_try()
-
- Stalled
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
3d 4h 13m | 1 |
|
21h 56m | 1 |
|
5h 10m | 1 |
|
17s | 1 |
|
1d 16h 34m | 1 |