21 lines
589 B
Plaintext
21 lines
589 B
Plaintext
## This is test file for connection authentication without ssl.
|
|
##
|
|
|
|
#--source include/have_mysql_no_login_plugin.inc
|
|
--source include/xplugin_preamble.inc
|
|
--source include/xplugin_create_user.inc
|
|
|
|
--write_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
|
|
-->import connection.macro
|
|
-->callmacro Verify_its_xprotocol_connection
|
|
Mysqlx.Connection.Close {
|
|
}
|
|
-->recvtype Mysqlx.Ok
|
|
EOF
|
|
|
|
--exec $MYSQLXTEST -u x_root --password='' --file=$MYSQL_TMP_DIR/mysqlx-connection_close.tmp -n 2>&1
|
|
|
|
## Cleanup
|
|
--remove_file $MYSQL_TMP_DIR/mysqlx-connection_close.tmp
|
|
--source include/xplugin_drop_user.inc
|