MySQLTuner dont understand Thread Pool in Percona Server 5.7 #386
This commit is contained in:
parent
dab1e7e960
commit
c8fb973bf8
1 changed files with 2 additions and 14 deletions
|
@ -3070,18 +3070,6 @@ sub mysql_stats {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Thread cache
|
# Thread cache
|
||||||
# if ( $myvar{'thread_cache_size'} eq 0 ) {
|
|
||||||
# badprint "Thread cache is disabled";
|
|
||||||
# push( @generalrec, "Set thread_cache_size to 4 as a starting value" );
|
|
||||||
# push( @adjvars, "thread_cache_size (start at 4)" );
|
|
||||||
# }
|
|
||||||
# else {
|
|
||||||
# if ( defined( $myvar{'thread_handling'} )
|
|
||||||
# and $myvar{'thread_handling'} eq 'pools-of-threads' )
|
|
||||||
# {
|
|
||||||
# infoprint "Thread cache hit rate: not used with pool-of-threads";
|
|
||||||
# }
|
|
||||||
|
|
||||||
if ( defined( $myvar{'thread_handling'} )
|
if ( defined( $myvar{'thread_handling'} )
|
||||||
and $myvar{'thread_handling'} eq 'pool-of-threads' )
|
and $myvar{'thread_handling'} eq 'pool-of-threads' )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue