mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_2nodes.cnf
 | |
| 
 | |
| [mysqld.1]
 | |
| wsrep-node-name="node1"
 | |
| log_bin=binlog
 | |
| log_slave_updates=ON
 | |
| wsrep_sst_method=rsync
 | |
| thread_handling = pool-of-threads
 | |
| 
 | |
| [mysqld.2]
 | |
| wsrep-node-name="node2"
 | |
| log_bin=binlog
 | |
| log_slave_updates=ON
 | |
| wsrep_sst_method=rsync
 | |
| thread_handling = pool-of-threads
 | 
