The query cache should be disabled in MariaDB 10.1
This commit is contained in:
parent
b8723f9538
commit
2f3832b6f7
1 changed files with 0 additions and 1 deletions
|
@ -2800,7 +2800,6 @@ sub mysql_stats {
|
||||||
"Upgrade MySQL to version 4+ to utilize query caching" );
|
"Upgrade MySQL to version 4+ to utilize query caching" );
|
||||||
}
|
}
|
||||||
elsif ( mysql_version_ge( 5, 5 )
|
elsif ( mysql_version_ge( 5, 5 )
|
||||||
and !mysql_version_ge( 10, 1 )
|
|
||||||
and $myvar{'query_cache_type'} eq "OFF" )
|
and $myvar{'query_cache_type'} eq "OFF" )
|
||||||
{
|
{
|
||||||
goodprint
|
goodprint
|
||||||
|
|
Loading…
Reference in a new issue