mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 02:16:32 +01:00 
			
		
		
		
	 c43db43a7c
			
		
	
	
	c43db43a7c
	
	
	
		
			
			Fix wrong assertion: function wsrep_restore_kill_after_commit() asserts `WSREP(thd)`, however for the caller (wsrep_after_statement()) it is enough that the THD has an active transaction. Fixed the assertion accordingly. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			111 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			111 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| connection node_2;
 | |
| connection node_1;
 | |
| SET SESSION wsrep_on=OFF;
 | |
| BEGIN;
 | |
| BEGIN;
 | |
| COMMIT;
 | |
| SET SESSION wsrep_on=ON;
 |