mysql5/mysql-5.7.27/mysql-test/suite/ndb_ddl/alter_rename_copying.test

14 lines
277 B
Plaintext

--source setup.inc
# Test ALTER TABLE with copying rename
# - mysqld will create new temporary table, copy data and then rename
# temporary table to the new name
#
let $query =
ALTER TABLE tx
algorithm=copy,
RENAME TO ty;
--source alter_rename.inc
--source cleanup.inc