mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	When the test is run as a part of the suite with valgrind, only allow it to be executed if --big-test is set. If the test is run by specifying its name explicitly, it will still be executed, even with valgrind without big-test, MTR has special logic for that
		
			
				
	
	
		
			15 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			725 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
################################################################################
 | 
						|
# Author:  Serge Kozlov                                                        #
 | 
						|
# Date:    2005-09-21                                                          #
 | 
						|
# Purpose: Testing the charsets for InnoDB engine                              #
 | 
						|
#                                                                              #
 | 
						|
# Checking of other prerequisites is in charset_master.test                    #
 | 
						|
################################################################################
 | 
						|
 | 
						|
--source include/no_valgrind_without_big.inc
 | 
						|
--source include/have_innodb.inc
 | 
						|
 | 
						|
let $engine_type= InnoDB;
 | 
						|
--source suite/funcs_2/charset/charset_master.test
 | 
						|
 |