mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 d924e0b993
			
		
	
	
	d924e0b993
	
	
	
		
			
			doing SYSVAR_AUTOSIZE() because of back_log > max_connections enabled "autosized" flag, and that made IS_SYSVAR_AUTOSIZE() true, which triggered the second SYSVAR_AUTOSIZE. Remove back_log <= max_connections limit, back_log doesn't *always* have to be smaller than max_connections.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			49 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			49 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| select @@global.back_log;
 | |
| @@global.back_log
 | |
| 1000
 |