mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	- created binlog_encryption test suite and added it to the default list - moved some tests from rpl, binlog and multisource suites to extra so that they could be re-used in different suites - made minor changes in include files
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			INI
		
	
	
	
	
	
!include my.cnf
 | 
						|
 | 
						|
[mysqld.1]
 | 
						|
log-bin=master-bin
 | 
						|
 | 
						|
[mysqld.2]
 | 
						|
log-bin=master-bin
 | 
						|
 | 
						|
[mysqld.3]
 | 
						|
innodb
 | 
						|
log-bin=slave-bin
 | 
						|
server-id=3
 | 
						|
log-warnings=2
 | 
						|
 | 
						|
[ENV]
 | 
						|
SERVER_MYPORT_3= @mysqld.3.port
 | 
						|
SERVER_MYSOCK_3= @mysqld.3.socket
 |