From e31748fd0d3f69820fca3b6fc88fcc9b6b7ddda8 Mon Sep 17 00:00:00 2001 From: dannybeckett Date: Thu, 24 Nov 2011 02:59:12 +0200 Subject: [PATCH] Translation update done using Pootle. --- po/en_GB.po | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/po/en_GB.po b/po/en_GB.po index 69299c9fed..c88ada9d2d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -12497,6 +12497,7 @@ msgid "Temp disk rate" msgstr "Temp disk rate" #: po/advisory_rules.php:157 +#, fuzzy msgid "" "Increasing {max_heap_table_size} and {tmp_table_size} might help. However " "some temporary tables are always being written to disk, independent of the " @@ -12506,6 +12507,13 @@ msgid "" "mentioned in the MySQL Documentation" msgstr "" +"Increasing {max_heap_table_size} and {tmp_table_size} might help. However " +"some temporary tables are always being written to disk, independent of the " +"value of these variables. To eliminate these you will have to rewrite your " +"queries to avoid those conditions (Within a temporary table: Presence of a " +"BLOB or TEXT column or presence of a column bigger than 512 bytes) as " +"mentioned in the MySQL Documentation" #: po/advisory_rules.php:158 #, fuzzy, php-format