mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 3e37fb35b1
			
		
	
	
	3e37fb35b1
	
	
	
		
			
			in the last days: substitution in tests has to work for absolute datadir (/dev/shm/...); internal temp tables (like information_schema) can be Maria; Maria may not be compiled in; splitting too long maria.test in two; mtr --embedded runs in mysql-test not mysql-test/var/master-data so we need some absolute paths in tests; can't restart mysqld in --embedded; missing DBUG_VOID_RETURN in mysqltest.c (fix from Serg); is_collation_character_set_applicability.test was too long name which broke tar's 99-char limit.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			723 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			723 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # suite/funcs_1/t/is_triggers.test
 | |
| #
 | |
| # Check the layout of information_schema.triggers and the impact of
 | |
| # CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
 | |
| # Variant for the non embedded server
 | |
| #    The expected results must equal is_triggers_embedded except that
 | |
| #    that the privilege system works (affects some result sets).
 | |
| #
 | |
| # There is detailed information about this test within
 | |
| #    suite/funcs_1/datadict/is_triggers.inc
 | |
| #
 | |
| # Author:
 | |
| # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
 | |
| #                           testsuite funcs_1
 | |
| #                   Create this script based on older scripts and new code.
 | |
| #
 | |
| 
 | |
| --source include/not_embedded.inc
 | |
| --source suite/funcs_1/datadict/is_triggers.inc
 |