mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 02:16:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			607 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			607 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ###################################################
 | |
| #                                                 #
 | |
| #  Functions within VIEWs based on MYISAM tables  #
 | |
| #                                                 #
 | |
| ###################################################
 | |
| 
 | |
| #
 | |
| # NOTE: PLEASE SEE THE DETAILED DESCRIPTION IN
 | |
| #       suite/funcs_1/views/func_view.inc
 | |
| #       BEFORE ADDING NEW TEST CASES HERE !!!
 | |
| 
 | |
| SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
 | |
| let $type= 'MYISAM' ;
 | |
| 
 | |
| --source include/test_db_charset_latin1.inc
 | |
| 
 | |
| --source suite/funcs_1/views/func_view.inc
 | |
| 
 | |
| --source include/test_db_charset_restore.inc
 | 
