config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndb_ddl/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : /home/usr.opt/mysql57/mysql-test/suite/ndb_ddl/rename_single.test

--source setup.inc


# Check behviour of RENAME to same name
--error ER_TABLE_EXISTS_ERROR
RENAME TABLE t2 to t2;
# Skip test to same name(since it returns a proper error)
let $skip_test_same_name = 1;

# Test RENAME TABLE with one(single) table
# - mysqld will rename the table
# - run the same tests as is done for the different ALTER TABLE .. RENAME
#   combinations
#
let $query =
RENAME TABLE tx TO ty;
--source alter_rename.inc

--source cleanup.inc

Man Man