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

15 lines
533 B
Plaintext

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