mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --source include/have_innodb.inc
 | |
| 
 | |
| SET SESSION STORAGE_ENGINE='InnoDB';
 | |
| 
 | |
| set @save_optimizer_switch_for_stat_tables_test=@@optimizer_switch;
 | |
| set optimizer_switch='extended_keys=on';
 | |
| 
 | |
| --source stat_tables.test
 | |
| 
 | |
| set optimizer_switch=@save_optimizer_switch_for_stat_tables_test;
 | |
| 
 | |
| SET SESSION STORAGE_ENGINE=DEFAULT;
 |