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/forbidden_sql_cmd.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.");
RUN DROP SCHEMA IF EXISTS xtest

0 rows affected
RUN CREATE SCHEMA xtest

1 rows affected
RUN USE xtest

0 rows affected
RUN DROP PROCEDURE IF EXISTS xtest.uninstall_plugin

0 rows affected
RUN DROP PROCEDURE IF EXISTS xtest.install_plugin

0 rows affected
RUN DROP PROCEDURE IF EXISTS xtest.shutdown_server

0 rows affected
RUN CREATE PROCEDURE xtest.uninstall_plugin()
BEGIN
UNINSTALL PLUGIN `mysqlx`;
END


0 rows affected
RUN CREATE PROCEDURE xtest.install_plugin()
BEGIN
INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN";
END


0 rows affected
RUN CREATE PROCEDURE xtest.shutdown_server()
BEGIN
SHUTDOWN;
END


0 rows affected
RUN UNINSTALL PLUGIN `mysqlx`
While executing UNINSTALL PLUGIN `mysqlx`:
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN"
While executing INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN":
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN SHUTDOWN
While executing SHUTDOWN:
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN CALL xtest.uninstall_plugin()
While executing CALL xtest.uninstall_plugin():
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN CALL xtest.install_plugin()
While executing CALL xtest.install_plugin():
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN CALL xtest.shutdown_server()
While executing CALL xtest.shutdown_server():
Got expected error: Command not supported by pluggable protocols (code 3130)
RUN DROP SCHEMA IF EXISTS xtest

0 rows affected
Mysqlx.Ok {
  msg: "bye!"
}
ok
UNINSTALL PLUGIN mysqlx;

Man Man