mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 1e2a4ed7ed
			
		
	
	
	1e2a4ed7ed
	
	
	
		
			
			An assertion `server_state_.rollback_mode() == wsrep::server_state::rm_async` fired in before_command() when - thread-handling was set to pool-of-threads and - a BF abort happened between client session calls to wait_rollback_complete_and_acquire_ownership() and before_command(). This commit introduces a test case to reproduce the crash and updates wsrep-lib submodule to fixed version.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			72 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			72 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_2nodes.cnf
 | |
| 
 | |
| [mysqld]
 | |
| thread-handling=pool-of-threads
 |