| Path : /opt/mysql/mysql-test/suite/x/t/ |
| Current File : //opt/mysql/mysql-test/suite/x/t/connection_without_session.test |
## This is test file for connection authentication without ssl.
##
#--source include/have_mysql_no_login_plugin.inc
--source ../include/xplugin_preamble.inc
--write_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
Mysqlx.Connection.Close {
}
-->recvtype Mysqlx.Ok
EOF
--exec $MYSQLXTEST -u root --password='' --file=$MYSQL_TMP_DIR/mysqlx-connection_close.tmp -n 2>&1
--remove_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
##cleanup
UNINSTALL PLUGIN mysqlx;