mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	Do not use chcp when mtr is running in parallel mode, since it possibly resets the console charset, shared by all mtr processes and threads.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			Text
		
	
	
	
	
	
--source include/windows.inc
 | 
						|
--source include/no_utf8_cli.inc
 | 
						|
if(!`select $MTR_PARALLEL = 1`)
 | 
						|
{
 | 
						|
 skip race condition with parallel builds;
 | 
						|
}
 | 
						|
--exec chcp 1257 > NUL && $MYSQL --default-character-set=auto -e "select @@character_set_client"
 |