The query cache should be disabled in MariaDB 10.1

This commit is contained in:
謝致邦 (XIE Zhibang) 2017-04-19 20:01:02 +08:00 committed by GitHub
parent b8723f9538
commit 2f3832b6f7

View file

@ -2800,7 +2800,6 @@ sub mysql_stats {
"Upgrade MySQL to version 4+ to utilize query caching" );
}
elsif ( mysql_version_ge( 5, 5 )
and !mysql_version_ge( 10, 1 )
and $myvar{'query_cache_type'} eq "OFF" )
{
goodprint