mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 fdf87973cb
			
		
	
	
	fdf87973cb
	
	
	
		
			
			Change xarecover_handlerton so that transaction with WSREP prefixed xids are rolled back when Galera is disabled. Reviewd-by: Jan Lindström <jan.lindstrom@mariadb.com>
		
			
				
	
	
		
			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
 |