mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			397 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
# Several partition-related tests include this file, because Valgrind/Purify
 | 
						|
# builds disable symlink support; some partition functionality depends on
 | 
						|
# symlink support, and so does not test correctly under valgrind.  See the
 | 
						|
# comment in mysqld.cc for the --symbolic-links option.
 | 
						|
 | 
						|
-- require include/have_symlink.require
 | 
						|
 | 
						|
disable_query_log;
 | 
						|
show variables like 'have_symlink';
 | 
						|
enable_query_log;
 |