mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	tmpdir has uppercase Fix: don't convert mysql_tmpdir to lower case when building the path to a temporary table
		
			
				
	
	
		
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# This test requires a non-lowercase tmpdir directory on a case-sensitive
 | 
						|
# filesystem.
 | 
						|
 | 
						|
d="$MYSQLTEST_VARDIR/tmp/MixedCase"
 | 
						|
test -d "$d" || mkdir "$d"
 | 
						|
rm -f "$d"/*
 |