Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-12-16 17:27:16 +01:00
commit 295fe86847
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ VerboseMultiSubmit, ReplaceHelpImg
+ [designer] Fullscreen mode for the designer
3.5.6.0 (not yet released)
- bug #3593604 [status] Erroneous advisor rule
3.5.5.0 (not yet released)
- bug #3563824 [export] Support Apache's mod_deflate

View File

@ -194,7 +194,7 @@ rule 'Query cache low memory prunes' [!PMA_DRIZZLE && Qcache_inserts > 0 && !fir
rule 'Query cache max size' [!fired('Query cache disabled')]
query_cache_size
value > 1024 * 128
value > 1024 * 1024 * 128
The query cache size is above 128 MiB. Big query caches may cause significant overhead that is required to maintain the cache.
Depending on your environment, it might be performance increasing to reduce this value.
Current query cache size: %s | implode(' ',ADVISOR_formatByteDown(value, 2, 2))