mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_2nodes.cnf
 | |
| 
 | |
| [mysqld]
 | |
| wsrep_sst_method=mariabackup
 | |
| wsrep_sst_auth="root:"
 | |
| wsrep_debug=1
 | |
| 
 | |
| [sst]
 | |
| transferfmt=@ENV.MTR_GALERA_TFMT
 | |
| compress=quicklz
 | |
| compress-threads=2
 | |
| compress-chunk-size=32768
 | |
| backup-threads=2
 | 
