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