| Path : /opt/mysql/mysql-test/suite/x/r/ |
| Current File : //opt/mysql/mysql-test/suite/x/r/connection_without_session.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.");
send Mysqlx.Connection.Close {
}
Mysqlx.Ok {
msg: "bye!"
}
ok
UNINSTALL PLUGIN mysqlx;