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_protobuf_nested.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.");

command ok
connecting...
active session is now 'test_different_messages1'
Try to send number of objects less then X Protocol limit, 50 (2 * 25)
doc
command ok
Try to send number of objects equal to the X Protocol limit, 100 (2 * 50)
doc
command ok
Try to send number of object more than the X Protocol limit 101 (2 * 51)
Got expected error: X Protocol message recursion limit (100) exceeded (code 5000)
aborting session test_different_messages1
switched to session default
Mysqlx.Ok {
  msg: "bye!"
}
ok
uninstall plugin mysqlx;
DROP TABLE IF EXISTS coll;

Man Man