mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			INI
		
	
	
	
	
	
!include ../galera_2nodes_as_slave.cnf
 | 
						|
 | 
						|
[mysqld]
 | 
						|
wsrep-debug=1
 | 
						|
 | 
						|
[mysqld.1]
 | 
						|
server_id=15
 | 
						|
wsrep_gtid_mode=1
 | 
						|
wsrep_gtid_domain_id=16
 | 
						|
gtid_domain_id=11
 | 
						|
gtid_strict_mode=1
 | 
						|
 | 
						|
[mysqld.2]
 | 
						|
skip-slave-start=OFF
 | 
						|
server_id=15
 | 
						|
wsrep_gtid_mode=1
 | 
						|
wsrep_gtid_domain_id=16
 | 
						|
gtid_domain_id=11
 | 
						|
gtid_strict_mode=1
 |