mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	ChangeSet@1.2509, 2007-08-28 http://lists.mysql.com/commits/33239 Fixes for the funcs_1 datadict test bugs #30418 "datadict" tests (all engines) fail: Dependency on the host name for ordering #30420 "datadict" tests (all engines) fail: Release build has help tables loaded #30438 "{memory,myisam,ndb}__datadict" tests fail: Use "InnoDB" without checking #30440 "datadict" tests (all engines) fail: Character sets depend on configuration There are more post merge fixes needed.
		
			
				
	
	
		
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#### suite/funcs_1/t/datadict_ndb.test
 | 
						|
#
 | 
						|
--source include/have_ndb.inc
 | 
						|
 | 
						|
let $engine_type= ndb;
 | 
						|
# $OTHER_ENGINE_TYPE must be
 | 
						|
# - <> $engine_type
 | 
						|
# - all time available like MyISAM or MEMORY
 | 
						|
let $OTHER_ENGINE_TYPE= MEMORY;
 | 
						|
 | 
						|
--source suite/funcs_1/datadict/datadict_master.inc
 |