mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 6ed4a283fd
			
		
	
	
	6ed4a283fd
	
	
	
		
			
			When appliying parent combinations to the overlay, filter them through the %skip_combinations using the overlayed filename
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| package My::Suite::MTR2::MyISAM;
 | |
| 
 | |
| @ISA = qw(My::Suite);
 | |
| 
 | |
| sub skip_combinations {(
 | |
|     'combinations' => [ '1st' ],
 | |
| )}
 | |
| bless { };
 | |
| 
 |