Skip to content

Commit 2f3832b

Browse files
authored
The query cache should be disabled in MariaDB 10.1
1 parent b8723f9 commit 2f3832b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mysqltuner.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,6 @@ sub mysql_stats {
28002800
"Upgrade MySQL to version 4+ to utilize query caching" );
28012801
}
28022802
elsif ( mysql_version_ge( 5, 5 )
2803-
and !mysql_version_ge( 10, 1 )
28042803
and $myvar{'query_cache_type'} eq "OFF" )
28052804
{
28062805
goodprint

0 commit comments

Comments
 (0)