Include max_allowed_packet in thread memory size
Fix https://github.com/major/MySQLTuner-perl/issues/378 Fix https://github.com/major/MySQLTuner-perl/issues/456
This commit is contained in:
		
							parent
							
								
									345bf1ae24
								
							
						
					
					
						commit
						c5765f0213
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -2393,6 +2393,7 @@ sub calculations { | ||||||
|           $myvar{'read_rnd_buffer_size'} + |           $myvar{'read_rnd_buffer_size'} + | ||||||
|           $myvar{'sort_buffer_size'} + |           $myvar{'sort_buffer_size'} + | ||||||
|           $myvar{'thread_stack'} + |           $myvar{'thread_stack'} + | ||||||
|  |           $myvar{'max_allowed_packet'} + | ||||||
|           $myvar{'join_buffer_size'}; |           $myvar{'join_buffer_size'}; | ||||||
|     } |     } | ||||||
|     else { |     else { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 jfcoz
						jfcoz