mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			279 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# mysql_upgrade tests requiring SSL support
 | 
						|
 | 
						|
-- source include/have_ssl_communication.inc
 | 
						|
-- source include/mysql_upgrade_preparation.inc
 | 
						|
 | 
						|
--echo #
 | 
						|
--echo # Bug#55672 mysql_upgrade dies with internal error 
 | 
						|
--echo #
 | 
						|
--exec $MYSQL_UPGRADE --skip-verbose --ssl --force 2>&1
 | 
						|
--exit
 |