mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 18:36:12 +01:00 
			
		
		
		
	 a74fa579b9
			
		
	
	
	a74fa579b9
	
	
	
		
			
			Mariabackup SST fails if "--log-bin" option is added with no value to command line parameters at server startup. This is because the SST scripts do not correctly interpret the "--- log-bin" option without a value. This patch adds correct handling of the "--log-bin" parameter without value to the general part of the parameter parsing (for SST scripts) and fixes the problem. Also added a test that checks the correct operation of the server after the fix.
		
			
				
	
	
		
			1 line
		
	
	
	
		
			30 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			30 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --log-slave-updates --log-bin
 |