Merge pull request #464 from jfcoz/max_allowed_packet
Include max_allowed_packet in thread memory size
This commit is contained in:
commit
80920ad061
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