mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	had broken the 5.1 behaviour of --log-error: --log-error without argument sent to stderr instead of writing to a file with an autogenerated name.
		
			
				
	
	
		
			7 lines
		
	
	
		
			249 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			249 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
select (@err_log:=variable_value)*0 from information_schema.global_variables where variable_name="log_error";
 | 
						|
(@err_log:=variable_value)*0
 | 
						|
0
 | 
						|
select instr(@err_log, "some_random_name5435413.err")>0;
 | 
						|
instr(@err_log, "some_random_name5435413.err")>0
 | 
						|
1
 |