mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 1a8c9130db
			
		
	
	1a8c9130db
	
	
	
		
			
			WL#3397 Refactoring storage engine test cases (for falcon)
      It contains fixes according to second code review.
- Remove any occurence of hardcoded assignments of storage engines
- Use variable names exact telling what it is used for
- Updated comments
- remove trailing spaces
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			638 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			638 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # t/handler_myisam.test
 | |
| #
 | |
| # test of HANDLER ...
 | |
| #
 | |
| # Last update:
 | |
| # 2006-07-31 ML test refactored (MySQL 5.1)
 | |
| #               code of t/handler.test and t/innodb_handler.test united
 | |
| #               main testing code put into include/handler.inc
 | |
| #               rename t/handler.test to t/handler_myisam.test
 | |
| #
 | |
| 
 | |
| # should work in embedded server after mysqltest is fixed
 | |
| --source include/not_embedded.inc
 | |
| 
 | |
| let $engine_type= MyISAM;
 | |
| let $other_engine_type= MEMORY;
 | |
| # There is unfortunately no other all time available storage engine
 | |
| # which supports the handler interface
 | |
| let $other_handler_engine_type= MyISAM;
 | |
| 
 | |
| --source include/handler.inc
 |