mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	* expanding unknown env variable does not abort mtr
* have_archive, blackhole, innodb - preload the corresponding engine
* all options from .opt files get equal treatment, all are searched for special options,
  not only -{master,slave}.opt as before (which ignored suite.opt and --mysqld=...)
* --plugin-load gets special treatment too - all instances are merged into one
* federated test fixed to preload federated
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			169 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			169 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (!`SELECT count(*) FROM information_schema.engines WHERE
 | 
						|
      (support = 'YES' OR support = 'DEFAULT') AND
 | 
						|
      engine = 'archive'`){
 | 
						|
  skip Need archive engine;
 | 
						|
}
 |