mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-29 01:46:31 +01:00 
			
		
		
		
	 3622644836
			
		
	
	
	3622644836
	
	
	
		
			
			Renames the upgrade state file, and ensures the old file is properly removed when `mariadb-upgrade` tool is executed. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # mysql_upgrade tests requiring SSL support
 | |
| 
 | |
| -- source include/have_ssl_communication.inc
 | |
| -- source include/mysql_upgrade_preparation.inc
 | |
| -- source include/have_innodb.inc
 | |
| 
 | |
| --echo #
 | |
| --echo # Bug#55672 mysql_upgrade dies with internal error 
 | |
| --echo #
 | |
| --exec $MYSQL_UPGRADE --skip-verbose --skip-silent --ssl --force 2>&1
 | |
| --let $datadir= `select @@datadir`
 | |
| --remove_file $datadir/mariadb_upgrade_info
 |