2015-06-04 17:39:05 +02:00
|
|
|
#
|
|
|
|
# MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name
|
|
|
|
#
|
|
|
|
--source include/not_embedded.inc
|
2015-06-03 17:11:07 +02:00
|
|
|
create server '' foreign data wrapper w2 options (host '127.0.0.1');
|
|
|
|
--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
2020-08-20 14:32:35 +02:00
|
|
|
--shutdown_server
|
2015-06-03 17:11:07 +02:00
|
|
|
--source include/wait_until_disconnected.inc
|
|
|
|
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
2015-08-13 00:28:15 +02:00
|
|
|
|
|
|
|
-- enable_reconnect
|
|
|
|
-- source include/wait_until_connected_again.inc
|
|
|
|
drop server '';
|