polardbxengine/mysql-test/suite/ndb_ddl/alter_rename_copying.result

34 lines
733 B
Plaintext

ALTER TABLE t1
algorithm=copy,
RENAME TO t1_new_name;
ALTER TABLE t2
algorithm=copy,
RENAME TO t2;
ALTER TABLE t3
algorithm=copy,
RENAME TO ndb_ddl_test2.t3;
ALTER TABLE t4
algorithm=copy,
RENAME TO ndb_ddl_test2.t4_new_name;
ALTER TABLE t5
algorithm=copy,
RENAME TO t2;
ERROR 42S01: Table 't2' already exists
ALTER TABLE t6
algorithm=copy,
RENAME TO t6_new_name;
ALTER TABLE t7
algorithm=copy,
RENAME TO t7_new_name;
ALTER TABLE t8
algorithm=copy,
RENAME TO t8_new_name;
ALTER TABLE t9
algorithm=copy,
RENAME TO t9_new_name;
Warnings:
Warning 1478 Table storage engine 'ndbcluster' does not support the create option 'Binlog of table with BLOB attribute and no PK'
== verify_mysql_dd.inc ==
Number of tables with temp name in NDB
0