Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.8, 10.0(EOL), 10.1(EOL)
-
10.1.8-MariaDB-1~precise mariadb.org binary distribution (ubuntu)
-
10.0.24
Description
MariaDB [test]> alter online table test comment = 'Test', ALGORITHM=INPLACE;
|
ERROR 1845 (0A000): ALGORITHM=INPLACE is not supported for this operation. Try ALGORITHM=COPY.
|
This is a partitioned table. But, as per the documentation https://mariadb.com/kb/en/mariadb/alter-table/ , this operation should happen instantly.
Please let me know if you need further information.
Thanks.
-Bala