[MDEV-9868] Altering a partitioned table comment does a full copy Created: 2016-04-04  Updated: 2016-04-24  Resolved: 2016-04-24

Status: Closed
Project: MariaDB Server
Component/s: Data Definition - Alter Table, Partitioning
Affects Version/s: 10.0, 10.1
Fix Version/s: 10.0.25, 10.1.14

Type: Bug Priority: Major
Reporter: Sergei Golubchik Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-9103 Altering table comment does a full copy Closed
Sprint: 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.


Generated at Thu Feb 08 07:37:56 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.