mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	Move memory allocations performed during Sys_var_gtid_binlog_state::do_check to Sys_var_gtid_binlog_state::global_update where they will be freed before the latter method returns.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			237 B
		
	
	
	
		
			Text
		
	
	
	
	
	
RESET MASTER;
 | 
						|
SET
 | 
						|
@@global.gtid_binlog_state='1-1-101,2-1-2002',
 | 
						|
@@global.slave_parallel_mode=x;
 | 
						|
ERROR 42000: Variable 'slave_parallel_mode' can't be set to the value of 'x'
 | 
						|
SELECT @@global.gtid_binlog_state;
 | 
						|
@@global.gtid_binlog_state
 | 
						|
 |