mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 01289dac41
			
		
	
	
	
	
	01289dac41Just like the spider/bugfix suite. One caveat is that my_2_3.cnf needs something under mysqld.2.3 group, otherwise mtr will fail with something like: There is no group named 'mysqld.2.3' that can be used to resolve 'port' for ... This will allow new tests under the spider suite to use what is needed. It also somehow fixes issues of running a test followed by spider.slave_trx_isolation.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [mysqld.3.3]
 | |
| loose_partition=                         1
 | |
| 
 | |
| [ENV]
 | |
| CHILD3_3_MYPORT=          @mysqld.3.3.port
 | |
| CHILD3_3_MYSOCK=          @mysqld.3.3.socket
 | |
| CHILD3_3_ENGINE_TYPE=     InnoDB
 | |
| CHILD3_3_ENGINE=          ENGINE=InnoDB
 | |
| CHILD3_3_CHARSET=         DEFAULT CHARSET=utf8
 |