mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-29 09:56:12 +01:00 
			
		
		
		
	 9ec475c376
			
		
	
	
	9ec475c376
	
	
	
		
			
			Fix `wsrep_init_gtid()` to avoid overwriting the domain id received during state transfer. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_3nodes.cnf
 | |
| 
 | |
| [mysqld.1]
 | |
| wsrep-node-name="node1"
 | |
| wsrep-gtid-mode=ON
 | |
| wsrep-gtid-domain-id=100
 | |
| 
 | |
| [mysqld.2]
 | |
| wsrep-node-name="node2"
 | |
| wsrep-gtid-mode=ON
 | |
| 
 | |
| [mysqld.3]
 | |
| wsrep-node-name="node3"
 | |
| wsrep-gtid-mode=ON
 |