mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name
 | 
						|
#
 | 
						|
--source include/not_embedded.inc
 | 
						|
create server '' foreign data wrapper w2 options (host '127.0.0.1');
 | 
						|
--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
 | 
						|
--shutdown_server 10
 | 
						|
--source include/wait_until_disconnected.inc
 | 
						|
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
 |