mysql-server/mysql-test/suite/ndb_ddl/alter_rename_inplace_force.result
2025-03-05 14:31:37 +07:00

6 lines
206 B
Text

ALTER TABLE t1
algorithm=inplace,
ADD COLUMN c INT,
RENAME TO t1_renamed;
ERROR 0A000: ALGORITHM=INPLACE is not supported. Reason: Detected unsupported change. Try ALGORITHM=COPY.
== verify_mysql_dd.inc ==