mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Test of partitioning features with replication for InnoDB
 | 
						|
--source include/have_innodb.inc
 | 
						|
--source include/have_partition.inc
 | 
						|
--source include/master-slave.inc
 | 
						|
 | 
						|
# Set the default connection to 'master'
 | 
						|
 | 
						|
let $engine_type= 'InnoDB';
 | 
						|
 | 
						|
--source suite/rpl/include/rpl_partition.inc
 | 
						|
 | 
						|
--source include/rpl_end.inc
 |