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
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MDEV-18326 [ MDEV-18326 ] |
Description |
{noformat}
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; {noformat} |
{noformat}
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; {noformat} In this {{ALTER TABLE}} only data dictionary and cache are updated. So, in fact it's an {{INSTANT}} operation. |
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] |
Fix Version/s | 10.3.14 [ 23216 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Summary | ROW_FORMAT=COMPRESSED unnecessary requires NOCOPY for INSTANT operation | ROW_FORMAT=COMPRESSED unnecessarily requires NOCOPY for INSTANT operation |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Affects Version/s | 10.3 [ 22126 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.3.14 [ 23216 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Eugene Kosov [ kevg ] | Marko Mäkelä [ marko ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
issue.field.resolutiondate | 2019-02-07 10:23:57.0 | 2019-02-07 10:23:57.082 |
Fix Version/s | 10.4.3 [ 23230 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Assignee | Marko Mäkelä [ marko ] | Eugene Kosov [ kevg ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 92213 ] | MariaDB v4 [ 155624 ] |