mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	Problem was that we did not found that table was partitioned and then we should find what is actual underlaying storage engine. We should not use RSU for !InnoDB tables. Signed-off-by: Julius Goryavsky <julius.goryavsky@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
 |