Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
None
-
10.0.25
Description
create table t1 (i int) engine=MyISAM partition by hash(i) partitions 2; |
alter table t1 comment 'test', algorithm=inplace; |
The second statement fails:
ERROR 1845 (0A000): ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
|
Attachments
Issue Links
- relates to
-
MDEV-9103 Altering table comment does a full copy
-
- Closed
-
Activity
Summary | altering partitioned table comment does a full copy | altering a partitioned table comment does a full copy |
Summary | altering a partitioned table comment does a full copy | Altering a partitioned table comment does a full copy |
Sprint | 10.0.25 [ 50 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 10.0.25 [ 21701 ] | |
Fix Version/s | 10.1.14 [ 21804 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 74754 ] | MariaDB v4 [ 150299 ] |