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