1#
2# MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name
3#
4--source include/not_embedded.inc
5create server '' foreign data wrapper w2 options (host '127.0.0.1');
6--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
7--shutdown_server
8--source include/wait_until_disconnected.inc
9--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
10
11-- enable_reconnect
12-- source include/wait_until_connected_again.inc
13drop server '';
14