mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 f7c5182b7c
			
		
	
	
	f7c5182b7c
	
	
	
		
			
			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.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/have_log_bin.inc
 | |
| RESET MASTER;
 | |
| --error ER_WRONG_VALUE_FOR_VAR
 | |
| SET
 | |
|   @@global.gtid_binlog_state='1-1-101,2-1-2002',
 | |
|   @@global.slave_parallel_mode=x;
 | |
| SELECT @@global.gtid_binlog_state;
 |