mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-27 05:56:07 +03:00 
			
		
		
		
	 c80ced4111
			
		
	
	c80ced4111
	
	
	
		
			
			The files below "mysql-test/suite/funcs_1" in version 5.1
did not depend on the equivalent ones in 5.0,
probably because they had been checked in independent of each other
in both versions.
Step 1:
Foreach file F in the suite that has a "deleted" counterpart D, use
    bk rm $F
    bk mv $D $F
to get those files into the 5.1 suite that (for BK) depend on 5.0.
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #### suite/funcs_1/t/innodb_storedproc_07.test
 | |
| #
 | |
| # 1. Check if InnoDB is available
 | |
| --source include/have_innodb.inc
 | |
| 
 | |
| # 2. Set $engine_type
 | |
| let $engine_type= innodb;
 | |
| 
 | |
| --source suite/funcs_1/storedproc/storedproc_07.inc
 |