config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/x/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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/x/t/admin_bogus.test

## generated
## Invalid admin command

--source ../include/xplugin_preamble.inc
## Test starts here
--write_file $MYSQL_TMP_DIR/admin_bogus.tmp
Mysqlx.Sql.StmtExecute {
  stmt: "whatever"
  namespace: "xplugin"
}

## expect Mysqlx.Error
-->expecterror 5157
-->recvresult

Mysqlx.Sql.StmtExecute {
  stmt: "whatever"
  namespace: "bogus"
}

## expect Mysqlx.Error
-->recv

## Cleanup
-->sql
drop schema if exists xtest;
-->endsql
EOF
--exec $MYSQLXTEST -uroot --password='' --file=$MYSQL_TMP_DIR/admin_bogus.tmp 2>&1
--remove_file $MYSQL_TMP_DIR/admin_bogus.tmp

## Postamble
uninstall plugin mysqlx;

Man Man