mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 41fa564c88
			
		
	
	
	41fa564c88
	
	
	
		
			
			* Collect and pass apply error data to provider * Rollback failed transaction and continue operation if provider returns SUCCESS * MTR tests for inconsistency voting
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_4nodes.cnf
 | |
| 
 | |
| [mysqld.1]
 | |
| wsrep_provider_options='base_port=@mysqld.1.#galera_port'
 | |
| wsrep_ignore_apply_errors=0
 | |
| 
 | |
| [mysqld.2]
 | |
| wsrep_provider_options='base_port=@mysqld.2.#galera_port'
 | |
| wsrep_ignore_apply_errors=0
 | |
| 
 | |
| [mysqld.3]
 | |
| wsrep_provider_options='base_port=@mysqld.3.#galera_port'
 | |
| wsrep_ignore_apply_errors=0
 | |
| 
 | |
| [mysqld.4]
 | |
| wsrep_provider_options='base_port=@mysqld.4.#galera_port'
 | |
| wsrep_ignore_apply_errors=0
 |