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_mysqlx.test

## generated
## Invalid admin command

--source ../include/xplugin_preamble.inc
## Test starts here
--let $xtest_file= $MYSQL_TMP_DIR/admin_bogus_mysqlx.tmp
--write_file $xtest_file
-->quiet

Mysqlx.Sql.StmtExecute {
  stmt: "whatever"
  namespace: "mysqlx"
}
-->expecterror 5157
-->recvresult


Mysqlx.Sql.StmtExecute {
  stmt: "whatever"
  namespace: "bogus"
}
-->expecterror 5162
-->recvresult

-->sql
SHOW STATUS LIKE 'Mysqlx_stmt_execute_mysqlx';
-->endsql
EOF


--exec $MYSQLXTEST -uroot --password='' --file=$xtest_file 2>&1

## Postamble
--remove_file $xtest_file
uninstall plugin mysqlx;

Man Man