Current Path : /home/usr.opt/mysql57/mysql-test/t/ |
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 |
Current File : //home/usr.opt/mysql57/mysql-test/t/wl6978.test |
# This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc --echo # --echo # WL#6951: Deprecate unique option prefixes --echo # --echo # Test unique option prefixes in client --echo # should fail due to wrong option --disable_result_log --error 7 --exec $MYSQL test --init-comman="CREATE TABLE wl6951(a int)" -e "SELECT 1 AS CMD" 2>&1 --enable_result_log --echo # table must not exist --error ER_NO_SUCH_TABLE SELECT * FROM wl6951;