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:
jfcoz 2019-12-12 13:31:23 +01:00
parent 345bf1ae24
commit c5765f0213

View File

@ -2393,6 +2393,7 @@ sub calculations {
$myvar{'read_rnd_buffer_size'} +
$myvar{'sort_buffer_size'} +
$myvar{'thread_stack'} +
$myvar{'max_allowed_packet'} +
$myvar{'join_buffer_size'};
}
else {