mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 5ab9265677
			
		
	
	
	5ab9265677
	
	
	
		
			
			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"
 |