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

23 lines
548 B
Plaintext

ALTER TABLE t1
RENAME TO t1_new_name;
ALTER TABLE t2
RENAME TO t2;
ALTER TABLE t3
RENAME TO ndb_ddl_test2.t3;
ALTER TABLE t4
RENAME TO ndb_ddl_test2.t4_new_name;
ALTER TABLE t5
RENAME TO t2;
ERROR 42S01: Table 't2' already exists
ALTER TABLE t6
RENAME TO t6_new_name;
ALTER TABLE t7
RENAME TO t7_new_name;
ALTER TABLE t8
RENAME TO t8_new_name;
ALTER TABLE t9
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 ==