diff --git a/mysqltuner.pl b/mysqltuner.pl index 0efb88840..1d2b80356 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -2988,7 +2988,7 @@ sub mysql_stats { #return; } elsif ( $myvar{'query_cache_size'} < 1 - and $myvar{'query_cache_type'} eq "OFF" ) + or $myvar{'query_cache_type'} eq "OFF" ) { goodprint "Query cache is disabled by default due to mutex contention on multiprocessor machines.";