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/message_empty_payload.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.");
SET GLOBAL mysqlx_connect_timeout = 300;
Sending 4 bytes raw data...
Mysqlx.Error {
  severity: FATAL
  code: 5000
  msg: "Messages without payload are not supported"
  sql_state: "HY000"
}

ok
Sending 4 bytes raw data...
Mysqlx.Error {
  severity: FATAL
  code: 5000
  msg: "Messages without payload are not supported"
  sql_state: "HY000"
}

ok
Verify ['Mysqlx_sessions_fatal_error' session variable should be have 2 as value]
Mysqlx.Ok {
  msg: "bye!"
}
ok
uninstall plugin mysqlx;

Man Man