1## This is test file for connection authentication without ssl.
2##
3
4#--source include/have_mysql_no_login_plugin.inc
5
6--source ../include/xplugin_preamble.inc
7
8--write_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
9Mysqlx.Connection.Close {
10}
11-->recvtype Mysqlx.Ok
12EOF
13
14--exec $MYSQLXTEST -u root --password='' --file=$MYSQL_TMP_DIR/mysqlx-connection_close.tmp -n 2>&1
15
16--remove_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
17
18##cleanup
19UNINSTALL PLUGIN mysqlx;
20