config root man

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

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/r/admin_ping_mysqlx.result

install plugin mysqlx soname "mysqlx.so";
call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
create user abc@localhost identified by 'abc';

command ok

command ok
Got expected error: Invalid number of arguments, expected 0 but got 1 (code 5015)
Got expected error: Invalid type of arguments, expected object of arguments (code 5016)
Got expected error: Invalid type of arguments, expected object of arguments (code 5016)
Got expected error: Invalid type of arguments, expected object of arguments (code 5016)
Got expected error: Invalid type of arguments, expected object of arguments (code 5016)
Variable_name	Value
Mysqlx_stmt_execute_mysqlx	7
0 rows affected
create and activate new session abc
expect Mysqlx_stmt_execute_mysqlx=1
connecting...
active session is now 'abc'

command ok
Variable_name	Value
Mysqlx_stmt_execute_mysqlx	1
0 rows affected
closing session abc
Mysqlx.Ok {
  msg: "bye!"
}
ok
SHOW STATUS LIKE 'Mysqlx_stmt_execute_mysqlx';
Variable_name	Value
Mysqlx_stmt_execute_mysqlx	8
DROP USER abc@localhost;
uninstall plugin mysqlx;

Man Man