24 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
| # Result differences depending on FS case sensitivity.
 | |
| if (!$require_case_insensitive_file_system)
 | |
| {
 | |
|   --source include/have_case_sensitive_file_system.inc
 | |
| }
 | |
| 
 | |
| # suite/xengine_ext/t/is_triggers.test
 | |
| #
 | |
| # Check the layout of information_schema.triggers and the impact of
 | |
| # CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
 | |
| #
 | |
| # There is detailed information about this test within
 | |
| #    suite/xengine_ext/datadict/is_triggers.inc
 | |
| #
 | |
| # Author:
 | |
| # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
 | |
| #                           testsuite xengine_ext
 | |
| #                   Create this script based on older scripts and new code.
 | |
| #
 | |
| 
 | |
| let $engine_type       = XENGINE;
 | |
| let $other_engine_type = XENGINE;
 | |
| --source suite/xengine_ext/datadict/is_triggers.inc
 |