Merge pull request #525 from grooverdan/qc
query_cache off with query_cache_type=OFF OR query_cache_size=0
This commit is contained in:
commit
8fb9195c4f
1 changed files with 1 additions and 1 deletions
|
@ -2988,7 +2988,7 @@ sub mysql_stats {
|
||||||
#return;
|
#return;
|
||||||
}
|
}
|
||||||
elsif ( $myvar{'query_cache_size'} < 1
|
elsif ( $myvar{'query_cache_size'} < 1
|
||||||
and $myvar{'query_cache_type'} eq "OFF" )
|
or $myvar{'query_cache_type'} eq "OFF" )
|
||||||
{
|
{
|
||||||
goodprint
|
goodprint
|
||||||
"Query cache is disabled by default due to mutex contention on multiprocessor machines.";
|
"Query cache is disabled by default due to mutex contention on multiprocessor machines.";
|
||||||
|
|
Loading…
Reference in a new issue