mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../my.cnf
 | |
| 
 | |
| [mysqld.1]
 | |
| wsrep-on=ON
 | |
| binlog-format=ROW
 | |
| innodb-flush-log-at-trx-commit=1
 | |
| wsrep-cluster-address=gcomm://
 | |
| wsrep-provider=@ENV.WSREP_PROVIDER
 | |
| innodb-autoinc-lock-mode=2
 | 
