mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_2nodes.cnf
 | |
| 
 | |
| [mysqld]
 | |
| log-bin=mysqld-bin
 | |
| log-slave-updates
 | |
| binlog-format=ROW
 | |
| 
 | |
| [mysqld.1]
 | |
| gtid-domain-id=1
 | |
| wsrep_gtid_mode=1
 | |
| wsrep_gtid_domain_id=1
 | |
| 
 | |
| [mysqld.2]
 | |
| gtid-domain-id=1
 | |
| wsrep_gtid_mode=1
 | |
| wsrep_gtid_domain_id=1
 | 
