Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/config.rst6
-rw-r--r--doc/faq.rst16
-rw-r--r--doc/glossary.rst2
-rw-r--r--libraries/DatabaseInterface.php2
-rw-r--r--libraries/Partition.php2
-rw-r--r--libraries/Table.php4
-rw-r--r--libraries/Util.php2
-rw-r--r--libraries/advisory_rules.txt10
-rw-r--r--libraries/check_user_privileges.lib.php2
-rw-r--r--libraries/config.default.php2
-rw-r--r--libraries/dbi/DBIMysqli.php2
-rw-r--r--libraries/plugins/export/ExportSql.php2
-rw-r--r--po/af.po6
-rw-r--r--po/ar.po6
-rw-r--r--po/az.po6
-rw-r--r--po/be.po6
-rw-r--r--po/be@latin.po6
-rw-r--r--po/bg.po8
-rw-r--r--po/bn.po14
-rw-r--r--po/br.po6
-rw-r--r--po/brx.po6
-rw-r--r--po/bs.po6
-rw-r--r--po/ca.po8
-rw-r--r--po/ckb.po6
-rw-r--r--po/cs.po10
-rw-r--r--po/cy.po6
-rw-r--r--po/da.po14
-rw-r--r--po/de.po12
-rw-r--r--po/el.po10
-rw-r--r--po/en_GB.po12
-rw-r--r--po/eo.po6
-rw-r--r--po/es.po10
-rw-r--r--po/et.po10
-rw-r--r--po/eu.po6
-rw-r--r--po/fa.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po10
-rw-r--r--po/fy.po6
-rw-r--r--po/gl.po8
-rw-r--r--po/gu.po6
-rw-r--r--po/he.po6
-rw-r--r--po/hi.po6
-rw-r--r--po/hr.po6
-rw-r--r--po/hu.po12
-rw-r--r--po/hy.po6
-rw-r--r--po/ia.po6
-rw-r--r--po/id.po6
-rw-r--r--po/it.po10
-rw-r--r--po/ja.po12
-rw-r--r--po/ka.po6
-rw-r--r--po/kk.po6
-rw-r--r--po/km.po6
-rw-r--r--po/kn.po6
-rw-r--r--po/ko.po12
-rw-r--r--po/ksh.po6
-rw-r--r--po/ky.po6
-rw-r--r--po/li.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po6
-rw-r--r--po/mk.po6
-rw-r--r--po/ml.po6
-rw-r--r--po/mn.po6
-rw-r--r--po/ms.po6
-rw-r--r--po/nb.po6
-rw-r--r--po/ne.po6
-rw-r--r--po/nl.po8
-rw-r--r--po/pa.po6
-rw-r--r--po/phpmyadmin.pot6
-rw-r--r--po/pl.po12
-rw-r--r--po/pt.po6
-rw-r--r--po/pt_BR.po10
-rw-r--r--po/ro.po8
-rw-r--r--po/ru.po10
-rw-r--r--po/si.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sl.po12
-rw-r--r--po/sq.po10
-rw-r--r--po/sr.po6
-rw-r--r--po/sr@latin.po6
-rw-r--r--po/sv.po12
-rw-r--r--po/ta.po6
-rw-r--r--po/te.po6
-rw-r--r--po/th.po6
-rw-r--r--po/tk.po6
-rw-r--r--po/tr.po10
-rw-r--r--po/tt.po6
-rw-r--r--po/ug.po6
-rw-r--r--po/uk.po10
-rw-r--r--po/ur.po6
-rw-r--r--po/uz.po6
-rw-r--r--po/uz@latin.po6
-rw-r--r--po/vi.po8
-rw-r--r--po/vls.po6
-rw-r--r--po/zh_CN.po12
-rw-r--r--po/zh_TW.po12
95 files changed, 341 insertions, 341 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 35cb4ce9af..77e38442cb 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -702,7 +702,7 @@ Server connection settings
For auto-upgrade functionality to work, your
``$cfg['Servers'][$i]['controluser']`` must have ALTER privilege on
``phpmyadmin`` database. See the `MySQL documentation for GRANT
- <http://dev.mysql.com/doc/mysql/en/grant.html>`_ on how to
+ <https://dev.mysql.com/doc/mysql/en/grant.html>`_ on how to
``GRANT`` privileges to a user.
.. _history:
@@ -1046,7 +1046,7 @@ Server connection settings
Sets the time zone used by phpMyAdmin. Leave blank to use the time zone of your
database server. Possible values are explained at
- http://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
+ https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
This is useful when your database server uses a time zone which is different from the
time zone you want to use in phpMyAdmin.
@@ -2219,7 +2219,7 @@ Languages
Defines the default connection collation to use, if not user-defined.
See the `MySQL documentation for charsets
- <http://dev.mysql.com/doc/mysql/en/charset-charsets.html>`_
+ <https://dev.mysql.com/doc/mysql/en/charset-charsets.html>`_
for list of possible values.
.. config:option:: $cfg['Lang']
diff --git a/doc/faq.rst b/doc/faq.rst
index 73d1dadd4c..70a9be6577 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -129,7 +129,7 @@ and after execution of your :term:`SQL` commands, removed.
-------------------------------------------------------
The MySQL manual explains how to `reset the permissions
-<http://dev.mysql.com/doc/mysql/en/resetting-permissions.html>`_.
+<https://dev.mysql.com/doc/mysql/en/resetting-permissions.html>`_.
.. _faq1_13:
@@ -210,7 +210,7 @@ The proper solution is to use the `mysqli extension
<http://www.php.net/mysqli>`_ with the proper client library to match
your MySQL installation. More
information (and several workarounds) are located in the `MySQL
-Documentation <http://dev.mysql.com/doc/mysql/en/old-client.html>`_.
+Documentation <https://dev.mysql.com/doc/mysql/en/old-client.html>`_.
.. _faq1_18:
@@ -693,7 +693,7 @@ Here is a fix suggested by Brad Ummer:
'0755').
Have also a look at the `corresponding section of the MySQL
-documentation <http://dev.mysql.com/doc/en/can-not-connect-to-
+documentation <https://dev.mysql.com/doc/en/can-not-connect-to-
server.html>`_.
.. _faq2_4:
@@ -923,7 +923,7 @@ official phpMyAdmin-homepage.
When MySQL is running in ANSI-compatibility mode, there are some major
differences in how :term:`SQL` is structured (see
-<http://dev.mysql.com/doc/mysql/en/ansi-mode.html>). Most important of all, the
+<https://dev.mysql.com/doc/mysql/en/ansi-mode.html>). Most important of all, the
quote-character (") is interpreted as an identifier quote character and not as
a string quote character, which makes many internal phpMyAdmin operations into
invalid :term:`SQL` statements. There is no
@@ -1504,7 +1504,7 @@ schema layout. Which tables will go on which pages?
---------------------------------------------------------
No, it's MySQL that is doing `silent column type changing
-<http://dev.mysql.com/doc/en/silent-column-changes.html>`_.
+<https://dev.mysql.com/doc/en/silent-column-changes.html>`_.
.. _underscore:
@@ -1532,7 +1532,7 @@ It means "average".
**Structure:**
* "Add DROP TABLE" will add a line telling MySQL to `drop the table
- <http://dev.mysql.com/doc/mysql/en/drop-table.html>`_, if it already
+ <https://dev.mysql.com/doc/mysql/en/drop-table.html>`_, if it already
exists during the import. It does NOT drop the table after your
export, it only affects the import file.
* "If Not Exists" will only create the table if it doesn't exist.
@@ -1553,10 +1553,10 @@ It means "average".
* "Extended inserts" provides a shorter dump file by using only once the
INSERT verb and the table name.
* "Delayed inserts" are best explained in the `MySQL manual - INSERT DELAYED Syntax
- <http://dev.mysql.com/doc/mysql/en/insert-delayed.html>`_.
+ <https://dev.mysql.com/doc/mysql/en/insert-delayed.html>`_.
* "Ignore inserts" treats errors as a warning instead. Again, more info
is provided in the `MySQL manual - INSERT Syntax
- <http://dev.mysql.com/doc/mysql/en/insert.html>`_, but basically with
+ <https://dev.mysql.com/doc/mysql/en/insert.html>`_, but basically with
this selected, invalid values are adjusted and inserted rather than
causing the entire statement to fail.
diff --git a/doc/glossary.rst b/doc/glossary.rst
index 87805d4595..d64155f782 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -314,7 +314,7 @@ From Wikipedia, the free encyclopedia
Storage Engines
handlers for different table types
- .. seealso:: <http://dev.mysql.com/doc/en/storage-engines.html>
+ .. seealso:: <https://dev.mysql.com/doc/en/storage-engines.html>
socket
a form of inter-process communication.
diff --git a/libraries/DatabaseInterface.php b/libraries/DatabaseInterface.php
index 11ef9aec05..3334af4893 100644
--- a/libraries/DatabaseInterface.php
+++ b/libraries/DatabaseInterface.php
@@ -2171,7 +2171,7 @@ class DatabaseInterface
);
} else {
/* InnoDB constraints, see
- * http://dev.mysql.com/doc/refman/5.0/en/
+ * https://dev.mysql.com/doc/refman/5.0/en/
* innodb-foreign-key-constraints.html
*/
$error .= ' - ' . $error_message .
diff --git a/libraries/Partition.php b/libraries/Partition.php
index 90ac07bec2..92c35ef753 100644
--- a/libraries/Partition.php
+++ b/libraries/Partition.php
@@ -247,7 +247,7 @@ class Partition extends SubPartition
$have_partitioning = true;
}
} else {
- // see http://dev.mysql.com/doc/refman/5.6/en/partitioning.html
+ // see https://dev.mysql.com/doc/refman/5.6/en/partitioning.html
$plugins = $GLOBALS['dbi']->fetchResult("SHOW PLUGINS");
foreach ($plugins as $value) {
if ($value['Name'] == 'partition') {
diff --git a/libraries/Table.php b/libraries/Table.php
index 2860e3d258..7e4a9addf6 100644
--- a/libraries/Table.php
+++ b/libraries/Table.php
@@ -395,7 +395,7 @@ class Table
// (will work on MySQL >= 5.6.4)
//
// MySQL permits a non-standard syntax for FLOAT and DOUBLE,
- // see http://dev.mysql.com/doc/refman/5.5/en/floating-point-types.html
+ // see https://dev.mysql.com/doc/refman/5.5/en/floating-point-types.html
//
$pattern = '@^(DATE|TINYBLOB|TINYTEXT|BLOB|TEXT|'
. 'MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT|SERIAL|BOOLEAN|UUID)$@i';
@@ -1228,7 +1228,7 @@ class Table
* @param string $table_name name to check
*
* @todo add check for valid chars in filename on current system/os
- * @see http://dev.mysql.com/doc/refman/5.0/en/legal-names.html
+ * @see https://dev.mysql.com/doc/refman/5.0/en/legal-names.html
*
* @return boolean whether the string is valid or not
*/
diff --git a/libraries/Util.php b/libraries/Util.php
index 291657d4d8..946e40882a 100644
--- a/libraries/Util.php
+++ b/libraries/Util.php
@@ -482,7 +482,7 @@ class Util
$mysql = '5.5';
}
}
- $url = 'http://dev.mysql.com/doc/refman/'
+ $url = 'https://dev.mysql.com/doc/refman/'
. $mysql . '/' . $lang . '/' . $link . '.html';
if (! empty($anchor)) {
$url .= '#' . $anchor;
diff --git a/libraries/advisory_rules.txt b/libraries/advisory_rules.txt
index 5a66e9f516..1731383bb4 100644
--- a/libraries/advisory_rules.txt
+++ b/libraries/advisory_rules.txt
@@ -154,7 +154,7 @@ rule 'Query caching method' [!fired('Query cache disabled')]
Questions / Uptime
value > 100
Suboptimal caching method.
- You are using the MySQL Query cache with a fairly high traffic database. It might be worth considering to use <a href="http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html">memcached</a> instead of the MySQL Query cache, especially if you have multiple slaves.
+ You are using the MySQL Query cache with a fairly high traffic database. It might be worth considering to use <a href="https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html">memcached</a> instead of the MySQL Query cache, especially if you have multiple slaves.
The query cache is enabled and the server receives %d queries per second. This rule fires if there is more than 100 queries per second. | round(value,1)
rule 'Query cache efficiency (%)' [Com_select + Qcache_hits > 0 && !fired('Query cache disabled')]
@@ -270,19 +270,19 @@ rule 'Temp disk rate' [!fired('Percentage of temp tables on disk')]
Created_tmp_disk_tables / Uptime
value * 60 * 60 > 1
Many temporary tables are being written to disk instead of being kept in memory.
- 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 <a href="http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html">MySQL Documentation</a>
+ 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 <a href="https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html">MySQL Documentation</a>
Rate of temporary tables being written to disk: %s, this value should be less than 1 per hour | ADVISOR_bytime(value,2)
# I couldn't find any source on the internet that suggests a direct relation between high counts of temporary tables and any of these variables.
# Several independent Blog entries suggest (http://ronaldbradford.com/blog/more-on-understanding-sort_buffer_size-2010-05-10/ and http://www.xaprb.com/blog/2010/05/09/how-to-tune-mysqls-sort_buffer_size/)
# that sort_buffer_size should be left as it is. And increasing read_buffer_size is only suggested when there are a lot of
-# table scans (http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_read_buffer_size and other sources) though
+# table scans (https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_read_buffer_size and other sources) though
# setting it too high is bad too (http://www.percona.com/blog/2007/09/17/mysql-what-read_buffer_size-value-is-optimal/).
#rule 'Temp table rate'
# Created_tmp_tables / Uptime
# value * 60 * 60 > 1
# Many intermediate temporary tables are being created.
-# This may be caused by queries under certain conditions as mentioned in the <a href="http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html">MySQL Documentation</a>. Consider increasing {sort_buffer_size} (sorting), {read_rnd_buffer_size} (random read buffer, ie, post-sort), {read_buffer_size} (sequential scan).
+# This may be caused by queries under certain conditions as mentioned in the <a href="https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html">MySQL Documentation</a>. Consider increasing {sort_buffer_size} (sorting), {read_rnd_buffer_size} (random read buffer, ie, post-sort), {read_buffer_size} (sequential scan).
#
# MyISAM index cache
@@ -453,7 +453,7 @@ rule 'MyISAM concurrent inserts'
concurrent_insert
value === 0 || value === 'NEVER'
Enable {concurrent_insert} by setting it to 1
- Setting {concurrent_insert} to 1 reduces contention between readers and writers for a given table. See also <a href="http://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html">MySQL Documentation</a>
+ Setting {concurrent_insert} to 1 reduces contention between readers and writers for a given table. See also <a href="https://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html">MySQL Documentation</a>
concurrent_insert is set to 0
# INSERT DELAYED USAGE
diff --git a/libraries/check_user_privileges.lib.php b/libraries/check_user_privileges.lib.php
index 96633f7dc9..f0ef0b4bcf 100644
--- a/libraries/check_user_privileges.lib.php
+++ b/libraries/check_user_privileges.lib.php
@@ -125,7 +125,7 @@ function PMA_checkRequiredPrivilegesForAdjust(
* detection
*
* @todo fix to get really all privileges, not only explicitly defined for this user
- * from MySQL manual: (http://dev.mysql.com/doc/refman/5.0/en/show-grants.html)
+ * from MySQL manual: (https://dev.mysql.com/doc/refman/5.0/en/show-grants.html)
* SHOW GRANTS displays only the privileges granted explicitly to the named
* account. Other privileges might be available to the account, but they are not
* displayed. For example, if an anonymous account exists, the named account
diff --git a/libraries/config.default.php b/libraries/config.default.php
index 7ea56d7f90..265091943b 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -506,7 +506,7 @@ $cfg['Servers'][$i]['MaxTableUiprefs'] = 100;
/**
* Sets the time zone used by phpMyAdmin. Possible values are explained at
- * http://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
+ * https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html
*
* @global string $cfg['Servers'][$i]['SessionTimeZone'] = ''
*/
diff --git a/libraries/dbi/DBIMysqli.php b/libraries/dbi/DBIMysqli.php
index f2f8a160dc..5bacd4d94a 100644
--- a/libraries/dbi/DBIMysqli.php
+++ b/libraries/dbi/DBIMysqli.php
@@ -600,7 +600,7 @@ class DBIMysqli implements DBIExtension
$flags[] = $name;
}
}
- // See http://dev.mysql.com/doc/refman/6.0/en/c-api-datatypes.html:
+ // See https://dev.mysql.com/doc/refman/6.0/en/c-api-datatypes.html:
// to determine if a string is binary, we should not use MYSQLI_BINARY_FLAG
// but instead the charsetnr member of the MYSQL_FIELD
// structure. Watch out: some types like DATE returns 63 in charsetnr
diff --git a/libraries/plugins/export/ExportSql.php b/libraries/plugins/export/ExportSql.php
index 737922f81a..884c2272b5 100644
--- a/libraries/plugins/export/ExportSql.php
+++ b/libraries/plugins/export/ExportSql.php
@@ -594,7 +594,7 @@ class ExportSql extends ExportPlugin
if (isset($GLOBALS['sql_include_comments'])
&& $GLOBALS['sql_include_comments']
) {
- // see http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-comments.html
+ // see https://dev.mysql.com/doc/refman/5.0/en/ansi-diff-comments.html
return '--' . (empty($text) ? '' : ' ') . $text . $GLOBALS['crlf'];
} else {
return '';
diff --git a/po/af.po b/po/af.po
index 045b7a7aee..546f946e29 100644
--- a/po/af.po
+++ b/po/af.po
@@ -16205,7 +16205,7 @@ msgstr "Spasie verbruik"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16574,7 +16574,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17026,7 +17026,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index ca7cab253c..74ed83f443 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -16690,7 +16690,7 @@ msgstr "المساحة المستخدمة"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17074,7 +17074,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17537,7 +17537,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 899759c424..7770a9e1c5 100644
--- a/po/az.po
+++ b/po/az.po
@@ -15720,7 +15720,7 @@ msgstr "Sorğu tipi"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16077,7 +16077,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16540,7 +16540,7 @@ msgstr "{concurrent_insert} dəyərini 1 edərək bunu aktivləşdirin"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/be.po b/po/be.po
index b5bc07f648..0b06c784d0 100644
--- a/po/be.po
+++ b/po/be.po
@@ -17137,7 +17137,7 @@ msgstr "Кэш запытаў"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17526,7 +17526,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18030,7 +18030,7 @@ msgstr "максымум адначасовых злучэньняў"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/be@latin.po b/po/be@latin.po
index 03b3fe00a7..fda6552f1e 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -17211,7 +17211,7 @@ msgstr "Keš zapytaŭ"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17605,7 +17605,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18114,7 +18114,7 @@ msgstr "maksymum adnačasovych złučeńniaŭ"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index d3844d6e22..892cee5c58 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -16510,7 +16510,7 @@ msgstr "Неоптимален метод за буфериране."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16871,7 +16871,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17365,11 +17365,11 @@ msgstr "Включване на concurrent_insert като го настроит
#, fuzzy
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Установяването на {concurrent_insert} на 1 намалява contention между readers "
-"and writers за дадена таблица. Вижте също и <a href=\"http://dev.mysql.com/"
+"and writers за дадена таблица. Вижте също и <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/concurrent-inserts.html\">Документацията на MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/bn.po b/po/bn.po
index f24f9a9ed6..a2a28d4008 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -16546,12 +16546,12 @@ msgstr "সহযোগী ক্যাশ করার পদ্ধতি।"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"আপনি অনেক ব্যবহৃত একটি ডাটাবেইজে MySQL অনুসন্ধান ক্যাশ ব্যবহার করছেন। এটি অনেক "
-"মুল্যবান হতে পারে, MySQL অনুসন্ধান ক্যাশের পরিবর্তে <a href=\"http://dev.mysql.com/"
+"মুল্যবান হতে পারে, MySQL অনুসন্ধান ক্যাশের পরিবর্তে <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/ha-memcached.html\">memcached</a> ব্যবহার করতে পারেন, "
"বিশেষত আপনার যদি অনেকগুলো slave থাকে।"
@@ -16928,7 +16928,7 @@ msgstr ""
"সাহায্যের জন্য {max_heap_table_size} এবং {tmp_table_size} বাড়িয়ে দেখতে পারেন। "
"কিছু সাময়িক টেবল সবসময়ই ডিস্কে লেখা হয়। এটি এড়ানোর জন্য এই শর্তগুলো(একটি সাময়িক "
"টেবলে BLOB বা TEXT স্তম্ভ বা ৫১২ বাইটের চাইতে বড় স্তম্ভ) বাদে আপনার অনুসন্ধান গুলো "
-"পুনরায় লেখতে পারেন। এতে যেমন বলা হয়েছে <a href=\"http://dev.mysql.com/doc/"
+"পুনরায় লেখতে পারেন। এতে যেমন বলা হয়েছে <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:267
@@ -16949,13 +16949,13 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"সাহায্যের জন্য {max_heap_table_size} এবং {tmp_table_size} বাড়িয়ে দেখতে পারেন। "
"কিছু সাময়িক টেবল সবসময়ই ডিস্কে লেখা হয়। এটি এড়ানোর জন্য এই শর্তগুলো(একটি সাময়িক "
"টেবলে BLOB বা TEXT স্তম্ভ বা ৫১২ বাইটের চাইতে বড় স্তম্ভ) বাদে আপনার অনুসন্ধান গুলো "
-"পুনরায় লেখতে পারেন। এতে যেমন বলা হয়েছে <a href=\"http://dev.mysql.com/doc/"
+"পুনরায় লেখতে পারেন। এতে যেমন বলা হয়েছে <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:274
@@ -17473,11 +17473,11 @@ msgstr "কার্যকর করুন {concurrent_insert} ১ এ সেট
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"একটি নির্দিষ্ট টেবলের জন্য {concurrent_insert} ১ সেট করলে লেখা এবং পড়ার মাঝের "
-"সমস্যা কমাবে। <a href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-"
+"সমস্যা কমাবে। <a href=\"https://dev.mysql.com/doc/refman/5.5/en/concurrent-"
"inserts.html\">MySQL Documentation</a> দেখুন"
#: libraries/advisory_rules.txt:457
diff --git a/po/br.po b/po/br.po
index 686b29b888..8b18864af6 100644
--- a/po/br.po
+++ b/po/br.po
@@ -16422,7 +16422,7 @@ msgstr "Krubuilh rekedoù implijet"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16807,7 +16807,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17279,7 +17279,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/brx.po b/po/brx.po
index 0451126fb9..1cd50adbaf 100644
--- a/po/brx.po
+++ b/po/brx.po
@@ -14799,7 +14799,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15145,7 +15145,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15578,7 +15578,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index cae61943d8..1609a66745 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -16529,7 +16529,7 @@ msgstr "Vrsta upita"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16899,7 +16899,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17358,7 +17358,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 572d4d718a..8204b77c42 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -15967,7 +15967,7 @@ msgstr "Mètode d'emmagatzematge en memòria cau subòptima."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16410,7 +16410,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Augmentar {max_heap_table_size} i {tmp_table_size} podria ajudar. No obstant "
@@ -16418,7 +16418,7 @@ msgstr ""
"valor d'aquestes variables. Per eliminar-les hauràs de re-escriure les teves "
"consultes per evitar aquestes condicions (dins d'una taula temporal: La "
"presència d'una columna BLOB o TEXT o la presència d'una columna més gran "
-"que 512 bytes) tal com s'esmenta a la <a href=\"http://dev.mysql.com/doc/"
+"que 512 bytes) tal com s'esmenta a la <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">documentació de MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -16954,7 +16954,7 @@ msgstr "Activa {concurrent_insert} establint el valor a 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Establint {concurrent_insert} a 1 redueix la competència entre els lectors i "
diff --git a/po/ckb.po b/po/ckb.po
index 53c027123d..e5838c82d0 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -15697,7 +15697,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16045,7 +16045,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16484,7 +16484,7 @@ msgstr "چالاک کردنی{concurrent_insert}بە ڕێکخستنی بۆ ١"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 833b1599c6..37d6853ab0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -15914,12 +15914,12 @@ msgstr "Neoptimální metoda vyrovnávací paměti."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Používáte mezipaměť dotazů MySQL na poměrně zatížené databázi. Mohlo by být "
-"výhodnější použít <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-"
+"výhodnější použít <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-"
"memcached.html\">memcached</a>, obzvlášť pokud máte více podřízených serverů."
#: libraries/advisory_rules.txt:158
@@ -16350,14 +16350,14 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Může pomoci zvětšení {max_heap_table_size} a {tmp_table_size}. Některé "
"dočasné tabulky jsou však zapisovány na disk bez ohledu na tato nastavení. "
"Jich se můžete zbavit jen přepsáním dotazů a obejitím těchto podmínek "
"(přítomnost polí BLOB, TEXT nebo jiných větších než 512 bajtů). Více se "
-"můžete dozvědět v <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"můžete dozvědět v <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">dokumentaci MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -16877,7 +16877,7 @@ msgstr "Povolte {concurrent_insert} nastavením na 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Nastavením {concurrent_insert} na 1 omezíte blokování mezi čtením a zápisem "
diff --git a/po/cy.po b/po/cy.po
index a1756c49de..7bd6539c2d 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -16655,7 +16655,7 @@ msgstr "Gweithrediadau canlyniadau ymholiad"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17048,7 +17048,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17542,7 +17542,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/da.po b/po/da.po
index eda29690eb..d86ef25a9e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -16215,12 +16215,12 @@ msgstr "Suboptimal metode for mellemlager."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Du bruger MySQL forespørgselsmellemlager med en databe med temmelig høj "
-"trafik. Det bør overvejes at anvende <a href=\"http://dev.mysql.com/doc/"
+"trafik. Det bør overvejes at anvende <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> i stedet for MySQL "
"forespørgselsmellemlager, særligt hvis du har flere slaver."
@@ -16640,7 +16640,7 @@ msgstr ""
"variable. For at undgå disse skal man omskrive sine forespørgsler for at "
"undgå disse betingelser (inden for en midlertidig tabel: Tilstedeværelse af "
"BLOB eller TEXT felter eller et felt større end 512 bytes) som nævnt i <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
"\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:267
@@ -16663,7 +16663,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Forøgelse af {max_heap_table_size} og {tmp_table_size} kan hjælpe. Dog "
@@ -16671,7 +16671,7 @@ msgstr ""
"variable. For at undgå disse skal man omskrive sine forespørgsler for at "
"undgå disse betingelser (inden for en midlertidig tabel: Tilstedeværelse af "
"BLOB eller TEXT-kolonne eller en kolonne større end 512 bytes) som nævnt i "
-"<a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables."
+"<a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables."
"html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:274
@@ -17188,11 +17188,11 @@ msgstr "Aktivér {concurrent_insert} ved at sætte den til 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Sæt {concurrent_insert} til 1 for at reducere stridigheder mellem læsere og "
-"skrivere for en given tabel. Se også <a href=\"http://dev.mysql.com/doc/"
+"skrivere for en given tabel. Se også <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/de.po b/po/de.po
index 2c0bdd682b..5543e89891 100644
--- a/po/de.po
+++ b/po/de.po
@@ -16136,12 +16136,12 @@ msgstr "Suboptimale Zwischenspeicher-Methode."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Sie verwenden den MySQL-Anfragen-Cache mit einer relativ hohen Traffic-"
-"Datenbank. Es wäre überlegenswert, <a href=\"http://dev.mysql.com/doc/"
+"Datenbank. Es wäre überlegenswert, <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\"> Memcached</a> statt MySQL Query Cache "
"verwenden vor allem, wenn Sie mehrere Slaves einsetzen."
@@ -16578,7 +16578,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Erhöhen von {max_heap_table_size} und {tmp_table_size} können helfen. Jedoch "
@@ -16586,7 +16586,7 @@ msgstr ""
"auf den Datenträger geschrieben. Um diese zu verhindern müssen Sie Ihre "
"Abfragen so umschreiben das es nicht zu diesen Bedingungen kommt (Innerhalb "
"einer temporären Tabelle: Vorhandensein eines BLOB- oder TEXT-Spalte oder "
-"eine Spalte größer als 512 Bytes) wie in der <a href=\"http://dev.mysql.com/"
+"eine Spalte größer als 512 Bytes) wie in der <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/internal-temporary-tables.html\">MySQL-Dokumentation</a> "
"erwähnt wird"
@@ -17125,11 +17125,11 @@ msgstr "Aktivieren Sie {concurrent_insert}, indem Sie es auf 1 setzen"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{Concurrent_insert} auf 1 setzen verringert Konflikte zwischen Lese- und "
-"Schreibzugriffen auf Tabellen. Siehe auch <a href=\"http://dev.mysql.com/doc/"
+"Schreibzugriffen auf Tabellen. Siehe auch <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Dokumentation</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/el.po b/po/el.po
index ed670ee38c..ca78c5707e 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16096,13 +16096,13 @@ msgstr "Ημί βέλτιστη μέθοδος λανθάνουσας μνήμη
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Χρησιμοποιείτε τη λανθάνουσα μνήμη Ερωτήματος της MySQL σε μια βάση "
"δεδομένων με μεγάλη κυκλοφορία. Ίσως πρέπει να σκεφτείτε να χρησιμοποιήσετε "
-"το <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
+"το <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
"\">memcached</a> αντί της λανθάνουσας μνήμης Ερωτήματος της MySQL, ειδικά αν "
"έχετε πολλούς δευτερεύοντες."
@@ -16547,7 +16547,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Η αύξηση του {max_heap_table_size} και του {tmp_table_size} ίσως βοηθήσει. "
@@ -17099,11 +17099,11 @@ msgstr "Ενεργοποιήστε το {concurrent_insert} ορίζοντας
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Ο ορισμός του {concurrent_insert} σε 1 μειώνει τη διαμάχη μεταξύ αναγνώσεων "
-"και εγγραφών για ένα πίνακα. Δείτε επίσης την <a href=\"http://dev.mysql.com/"
+"και εγγραφών για ένα πίνακα. Δείτε επίσης την <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/concurrent-inserts.html\">τεκμηρίωση της MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/en_GB.po b/po/en_GB.po
index 1aeb9ff97d..6b678ef938 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -16580,12 +16580,12 @@ msgstr "Suboptimal caching method."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
@@ -17022,7 +17022,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
@@ -17030,7 +17030,7 @@ msgstr ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:274
@@ -17567,11 +17567,11 @@ msgstr "Enable {concurrent_insert} by setting it to 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/eo.po b/po/eo.po
index 5c8b39e5d9..767485eff1 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -14802,7 +14802,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15148,7 +15148,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15581,7 +15581,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/es.po b/po/es.po
index e2db468345..faf0648834 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10884,7 +10884,7 @@ msgstr "¡El archivo importado no contiene datos!"
msgid "SQL compatibility mode:"
msgstr "Modalidad SQL compatible:"
-# Activates use of compatibility mode http://dev.mysql.com/doc/refman/5.0/en
+# Activates use of compatibility mode https://dev.mysql.com/doc/refman/5.0/en
# /server-sql-mode.html#sqlmode_no_auto_value_on_zero
#: libraries/plugins/import/ImportSql.php:80
msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
@@ -16230,7 +16230,7 @@ msgstr "Método de caché sub-óptimo."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16689,7 +16689,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin "
@@ -16697,7 +16697,7 @@ msgstr ""
"independientemente del valor de estas variables. Para eliminarlas deberá re-"
"escribir las consultas para evitar estas condiciones (en una tabla temporal: "
"la presencia de una columna «BLOB» o «TEXT» o la presencia de una columna "
-"mayor a 512 bytes) como se menciona en la <a href=\"http://dev.mysql.com/doc/"
+"mayor a 512 bytes) como se menciona en la <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">documentación de MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17238,7 +17238,7 @@ msgstr "Active {concurrent_insert} definiéndolo como 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Definir «concurrent_insert» a 1 reduce la competencia entre lectores y "
diff --git a/po/et.po b/po/et.po
index c96025d96f..1306f518a5 100644
--- a/po/et.po
+++ b/po/et.po
@@ -15772,7 +15772,7 @@ msgstr "Väheoptimaalse puhverdamise meetod."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16203,14 +16203,14 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"{max_heap_table_size} ja {tmp_table_size} suurendamine võib aidata. Siiski "
"mõned ajutised tabelid kirjutatakse alati kettale, sõltumata nende muutujate "
"väärtusest. Nende vältimiseks pead oma päringud üle kirjutama, et vältida "
"taolisi tingimusi (ajutises tabelis: BLOB või TEXT veeruga või üle 512 "
-"baidise veeruga), mida on mainitud <a href=\"http://dev.mysql.com/doc/"
+"baidise veeruga), mida on mainitud <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">MySQL dokumentatsioonis</a>"
#: libraries/advisory_rules.txt:274
@@ -16726,11 +16726,11 @@ msgstr "Luba {concurrent_insert}, määrates väärtuseks 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Määrates {concurrent_insert} väärtuseks 1, väheneb antud tabelis konkurents "
-"lugejate ja kirjutajate vahel. Vaata ka <a href=\"http://dev.mysql.com/doc/"
+"lugejate ja kirjutajate vahel. Vaata ka <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL dokumentatsiooni</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/eu.po b/po/eu.po
index 819409b99f..3d7006d5c5 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -16585,7 +16585,7 @@ msgstr "Kontsulta mota"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16956,7 +16956,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17415,7 +17415,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/fa.po b/po/fa.po
index 681fdad717..0d37dd9de3 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -16392,7 +16392,7 @@ msgstr "فضاي استفاده‌شده"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16766,7 +16766,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17227,7 +17227,7 @@ msgstr "با قرار دادن 1 concurrent_insert را فعال کنید"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index d8dd0a142f..5cf0c24f73 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -16677,7 +16677,7 @@ msgstr "Kyselyvälimuisti"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17072,7 +17072,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17582,7 +17582,7 @@ msgstr "Enim. yhtäaikaisia yhteyksiä"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 62c4c68a3d..b76ecba3fe 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -16063,7 +16063,7 @@ msgstr "Méthode de cache non efficace."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16498,7 +16498,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Augmenter {max_heap_table_size} et {tmp_table_size} pourrait aider. "
@@ -16506,7 +16506,7 @@ msgstr ""
"disque, peu importe la valeur de ces variables. Pour éliminer ces tables "
"temporaires, il faut modifier les requêtes pour éviter ces conditions "
"(Présence d'une colonne BLOB ou TEXT ou d'une colonne de taille supérieure à "
-"512 octets) tel que décrit dans la <a href=\"http://dev.mysql.com/doc/"
+"512 octets) tel que décrit dans la <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">MySQL Documentation MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17036,11 +17036,11 @@ msgstr "Activez {concurrent_insert} en lui mettant une valeur de 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Régler {concurrent_insert} à 1 réduit les conflits entre la lecture et "
-"l'écriture pour une même table. Voir aussi <a href=\"http://dev.mysql.com/"
+"l'écriture pour une même table. Voir aussi <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/concurrent-inserts.html\">la documentation MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/fy.po b/po/fy.po
index 1740114143..0242348a7c 100644
--- a/po/fy.po
+++ b/po/fy.po
@@ -15061,7 +15061,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15407,7 +15407,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15840,7 +15840,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index ec3d8c3828..0b0307963d 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -16540,7 +16540,7 @@ msgstr "O método para a caché non é o máis óptimo."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16996,7 +16996,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Podería axudar que se incrementasen {max_heap_table_size} e "
@@ -17004,7 +17004,7 @@ msgstr ""
"disco, independentemente do valor destas variábeis. Para eliminalas hai que "
"reescribir as consultas para que eviten esas condicións (Nunha táboa "
"temporal: presenza dunha columna tipo BLOB ou TEXT ou presenza dunha columna "
-"maior de 512 bytes), como se menciona na <a href=\"http://dev.mysql.com/doc/"
+"maior de 512 bytes), como se menciona na <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">documentación do MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17565,7 +17565,7 @@ msgstr "Active {concurrent_insert} configurándoo como 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Configurar {concurrent_insert} como 1 reduce a contención entre as lecturas "
diff --git a/po/gu.po b/po/gu.po
index 13c799aadf..bdd151ac42 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -14801,7 +14801,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15147,7 +15147,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15580,7 +15580,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/he.po b/po/he.po
index 50965a3ddb..9caf48e33c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -16517,7 +16517,7 @@ msgstr "סוג שאילתה"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16889,7 +16889,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17349,7 +17349,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 4e6c68a388..c4777493a1 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -16911,7 +16911,7 @@ msgstr "क्वेरी कैश"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17304,7 +17304,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17808,7 +17808,7 @@ msgstr "अधिकतम वर्तमान कनेक्शन"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 7340852a60..64eb27332e 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -17151,7 +17151,7 @@ msgstr "Pohrana upita"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17541,7 +17541,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18047,7 +18047,7 @@ msgstr "najv. uzastopnih veza"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index af6ff9e059..414989008a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -16250,13 +16250,13 @@ msgstr "Nem optimális gyorsítótárazási módszer."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"A MySQL lekérdezési gyorsítótárat egy viszonylag nagy forgalmú adatbázissal "
"használja. Lehet, hogy érdemes a lekérdezési gyorsítótár helyett a <a href="
-"\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcache</a> "
+"\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcache</a> "
"használata, különösen, ha több szolga van."
#: libraries/advisory_rules.txt:158
@@ -16706,7 +16706,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"A {max_heap_table_size} és {tmp_table_size} növelése segíthet. Azonban "
@@ -16714,7 +16714,7 @@ msgstr ""
"értékeitől. Ennek kiküszöböléséhez át kell írnia a lekérdezéseket, hogy "
"elkerülhető lehessenek ezek a feltételek (egy ideiglenes táblán belül: BLOB "
"vagy TEXT oszlop jelenléte vagy 512 bájtnál nagyobb oszlop jelenléte), "
-"ahogyan az meg van említve a <a href=\"http://dev.mysql.com/doc/refman/5.5/"
+"ahogyan az meg van említve a <a href=\"https://dev.mysql.com/doc/refman/5.5/"
"en/internal-temporary-tables.html\">MySQL dokumentációban</a>"
#: libraries/advisory_rules.txt:274
@@ -17246,11 +17246,11 @@ msgstr "{concurrent_insert} engedélyezése értékének 1-re állításával"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"A {Concurrent_insert} 1-re való beállítása csökkenti az írás és olvasás "
-"közti ellentétességet. Lásd még: <a href=\"http://dev.mysql.com/doc/"
+"közti ellentétességet. Lásd még: <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL dokumentáció</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/hy.po b/po/hy.po
index 481aeae969..e36680a806 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -15139,7 +15139,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15485,7 +15485,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15918,7 +15918,7 @@ msgstr "Միացրեք {concurrent_insert}-ը, նշանակելով 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ia.po b/po/ia.po
index 6f0d24c641..2a21c03f04 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -15619,7 +15619,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15965,7 +15965,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16398,7 +16398,7 @@ msgstr "Habilita (insertion concurrente) per poner lo a 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 929b38f10d..6aded314d2 100644
--- a/po/id.po
+++ b/po/id.po
@@ -17184,7 +17184,7 @@ msgstr "Metode penyinggahan kueri"
#, fuzzy
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17686,7 +17686,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Meningkatkan {max_heap_table_size} dan {tmp_table_size} mungkin bisa "
@@ -18268,7 +18268,7 @@ msgstr "Aktifkan {concurrent_insert} dengan menetapkan ke 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Pengaturan {concurrent_insert} ke 1 mengurangi pertentangan antara pembacaan "
diff --git a/po/it.po b/po/it.po
index e1777bc983..4e99114c4b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -16095,13 +16095,13 @@ msgstr "Metodo di caching subottimale."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"State usando la cache delle query MySQL con un traffico di database "
"piuttosto alto. Potrebbe essere utile prendere in considerazione <a href="
-"\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</a> "
+"\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</a> "
"invece della cache delle query MySQL, soprattutto se avete slave multipli."
#: libraries/advisory_rules.txt:158
@@ -16541,7 +16541,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Incrementare {max_heap_table_size} e {tmp_table_size} potrebbe risolvere il "
@@ -17090,11 +17090,11 @@ msgstr "Abilita {concurrent_insert} impostandolo a 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Impostare {concurrent_insert} a 1 riduce i conflitti tra letture e scritture "
-"su una data tabella. V. anche la <a href=\"http://dev.mysql.com/doc/"
+"su una data tabella. V. anche la <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">Documentazione MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/ja.po b/po/ja.po
index e04bff608c..70bff8e757 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -17274,12 +17274,12 @@ msgstr "準最適キャッシュ方式です。"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"MySQL のクエリキャッシュをかなり高いトラフィックのデータベースに対して使用し"
-"ています。MySQL のクエリキャッシュの代わりに <a href=\"http://dev.mysql.com/"
+"ています。MySQL のクエリキャッシュの代わりに <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/ha-memcached.html\">memcached</a> の使用を検討する価値があ"
"ると思われます。これは、マルチスレーブを使用している場合は、特に推奨されま"
"す。"
@@ -17725,14 +17725,14 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"{max_heap_table_size} と {tmp_table_size} を増加させることで改善されるかもし"
"れません。しかしながら、これらの変数値に関わりなく、常にディスクに展開される"
"一時テーブルは存在します。この状況をも改善したいのであれば、BLOB や TEXT のカ"
"ラムもしくは 512 バイトを超えるカラムを使わないように、クエリを書き直す必要が"
-"あるでしょう。このことは、<a href=\"http://dev.mysql.com/doc/refman/5.5/en/"
+"あるでしょう。このことは、<a href=\"https://dev.mysql.com/doc/refman/5.5/en/"
"internal-temporary-tables.html\">MySQL ドキュメント</a>に詳しく記載されていま"
"す"
@@ -18318,11 +18318,11 @@ msgstr "{concurrent_insert} に 1 を設定して、同時挿入を有効にし
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{concurrent_insert} を 1 に設定すると、一つのテーブル内における読み書きの衝突"
-"を減らすことができます。<a href=\"http://dev.mysql.com/doc/refman/5.1/ja/"
+"を減らすことができます。<a href=\"https://dev.mysql.com/doc/refman/5.1/ja/"
"concurrent-inserts.html\">MySQL ドキュメント</a>もご覧になってください"
#: libraries/advisory_rules.txt:457
diff --git a/po/ka.po b/po/ka.po
index 3504e680ed..4667e6e05d 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -17087,7 +17087,7 @@ msgstr "Query cache"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17480,7 +17480,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17989,7 +17989,7 @@ msgstr "max. concurrent connections"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/kk.po b/po/kk.po
index 3cc55e65e6..1a61bad008 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -15686,7 +15686,7 @@ msgstr "Сұраныстың орындалу уақыты"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16045,7 +16045,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16498,7 +16498,7 @@ msgstr "Паралельді_кірістірмелерді анықтау"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/km.po b/po/km.po
index b5e1454023..b4b5ae23d0 100644
--- a/po/km.po
+++ b/po/km.po
@@ -15132,7 +15132,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15478,7 +15478,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15911,7 +15911,7 @@ msgstr "បើក {concurrent_insert} ដោយ​ការ​កំណត់​
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index 9e09983bab..3efc359207 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -14835,7 +14835,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15181,7 +15181,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15614,7 +15614,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index 1e52e22e91..8c3266ba80 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -15794,12 +15794,12 @@ msgstr "차선 캐싱 방법입니다."
#, fuzzy
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"꽤 높은 소통량 데이타베이스에 MySQL Query Cache를 사용중입니다. \n"
-"MySQL Query Cache 대신에 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-"
+"MySQL Query Cache 대신에 <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-"
"memcached.html\">memcached</a> 사용하기를 고려하는게 가치가 있을 수 있습니"
"다, 특히 multiple slaves 가 있으면요.\n"
@@ -16193,14 +16193,14 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"{max_heap_table_size}값과 {tmp_table_size}값을 올리는 것이 도움이 될 수 있습"
"니다. 하지만 일부 임시 테이블들은 이 변수값들과는 상관 없이 언제나 반드시 디"
"스크에 기록됩니다. 이러한 문제를 방지하기 위해 질의문을 다시 작성하셔야 할 "
"수 있습니다. (BLOB나 TEXT형 열이 존재하거나 512바이트 이상의 크기의 열이 존재"
-"하는 경우) 자세한 사항은 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/"
+"하는 경우) 자세한 사항은 <a href=\"https://dev.mysql.com/doc/refman/5.5/en/"
"internal-temporary-tables.html\">MySQL문서</a>에 기술되어 있습니다"
#: libraries/advisory_rules.txt:274
@@ -16717,11 +16717,11 @@ msgstr "{concurrent_insert}를 1로 설정하여 활성화합니다"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{concurrent_insert}를 1로 설정하면 주어진 테이블에서의 읽기/쓰기간 경합"
-"(contention)을 줄일 수 있습니다. 참고: <a href=\"http://dev.mysql.com/doc/"
+"(contention)을 줄일 수 있습니다. 참고: <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL 문서</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/ksh.po b/po/ksh.po
index b3f33ea9f6..3b2c1e49b5 100644
--- a/po/ksh.po
+++ b/po/ksh.po
@@ -14895,7 +14895,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15241,7 +15241,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15674,7 +15674,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ky.po b/po/ky.po
index a902812d7a..2f9bed790c 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -15006,7 +15006,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15352,7 +15352,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15785,7 +15785,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/li.po b/po/li.po
index 7b83f83ad9..6da0d7c702 100644
--- a/po/li.po
+++ b/po/li.po
@@ -14799,7 +14799,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15145,7 +15145,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15578,7 +15578,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index a443ab0349..fd81ee44bc 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -17163,7 +17163,7 @@ msgstr "Užklausų saugykla"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17552,7 +17552,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18050,7 +18050,7 @@ msgstr "MyISAM concurrent įterpimai"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/lv.po b/po/lv.po
index 6e8626ed8c..393669d619 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -16577,7 +16577,7 @@ msgstr "Vaicājuma tips"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16948,7 +16948,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17408,7 +17408,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index a1ac65fc6a..550ca7e9e0 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -16719,7 +16719,7 @@ msgstr "Вид на упит"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17096,7 +17096,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17579,7 +17579,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 2a0a4fcb02..71ba781afe 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -15211,7 +15211,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15559,7 +15559,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15992,7 +15992,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index 43a38db044..0088624746 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -16879,7 +16879,7 @@ msgstr "Асуудлын нөөцлөл"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17266,7 +17266,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17767,7 +17767,7 @@ msgstr "ХИ. давхацсан холболтууд"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ms.po b/po/ms.po
index 23c0729b33..11a15881ad 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -16281,7 +16281,7 @@ msgstr "Jenis Kueri"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16649,7 +16649,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17104,7 +17104,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 04339505fa..0bfd55a76a 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -17236,7 +17236,7 @@ msgstr "Spørringsmellomlager"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17631,7 +17631,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18143,7 +18143,7 @@ msgstr "maks. samtidige tilkoblinger"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ne.po b/po/ne.po
index d449ae9930..38cd0c5c82 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -14895,7 +14895,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15241,7 +15241,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15674,7 +15674,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index d017dcaf25..14b3083f57 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -16056,12 +16056,12 @@ msgstr "Suboptimale cachingmethode."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"U gebruikt MySQL-querycache op een druk gebruikte database. U kan overwegen "
-"om <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
+"om <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
"\">memcached</a> te gebruiken in plaats van MySQL-querycache, vooral als u "
"verschillende slaves heeft."
@@ -16496,7 +16496,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Verhogen van {max_heap_table_size} en {tmp_table_size} kan helpen. Hoewel "
@@ -17040,7 +17040,7 @@ msgstr "Activeer {concurrent_insert} door het waarde 1 te geven"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{concurrent_insert} instellen op 1 vermindert geschillen tussen lezers en "
diff --git a/po/pa.po b/po/pa.po
index 2025751154..d4ae802b5e 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -14901,7 +14901,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15247,7 +15247,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15680,7 +15680,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 6d9264f1fa..ab9a8ee558 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -14759,7 +14759,7 @@ msgid "Suboptimal caching method."
msgstr ""
#: libraries/advisory_rules.txt:157
-msgid "You are using the MySQL Query cache with a fairly high traffic database. It might be worth considering to use <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query cache, especially if you have multiple slaves."
+msgid "You are using the MySQL Query cache with a fairly high traffic database. It might be worth considering to use <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query cache, especially if you have multiple slaves."
msgstr ""
#: libraries/advisory_rules.txt:158
@@ -15020,7 +15020,7 @@ msgid "Temp disk rate"
msgstr ""
#: libraries/advisory_rules.txt:273
-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 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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html\">MySQL Documentation</a>"
+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 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 <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
#: libraries/advisory_rules.txt:274
@@ -15380,7 +15380,7 @@ msgid "Enable {concurrent_insert} by setting it to 1"
msgstr ""
#: libraries/advisory_rules.txt:456
-msgid "Setting {concurrent_insert} to 1 reduces contention between readers and writers for a given table. See also <a href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
+msgid "Setting {concurrent_insert} to 1 reduces contention between readers and writers for a given table. See also <a href=\"https://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
#: libraries/advisory_rules.txt:457
diff --git a/po/pl.po b/po/pl.po
index 168bf6efdb..8a2b1b2176 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -16699,12 +16699,12 @@ msgstr "Optymalna metoda buforowania."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Używasz pamięci podręcznej zapytań MySQL z dość wysokim ruchem bazy danych. "
-"To może być warte rozważenia używając <a href=\"http://dev.mysql.com/doc/"
+"To może być warte rozważenia używając <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> zamiast pamięci podręcznej "
"MySQL zapytania, zwłaszcza jeśli masz wiele niewolników."
@@ -17152,7 +17152,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Zwiększenie {max_heap_table_size} i {tmp_table_size} może pomóc. Jednak "
@@ -17160,7 +17160,7 @@ msgstr ""
"wartości tych zmiennych. Aby wyeliminować te trzeba będzie przepisać "
"zapytania, aby uniknąć tych warunków (w obrębie tabeli tymczasowej: Obecność "
"kolumny BLOB lub TEXT lub obecności kolumny większej niż 512 bajtów) Jak "
-"wspomniano w <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"wspomniano w <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">Dokumentacji MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17724,11 +17724,11 @@ msgstr "Włącz concurrent_insert ustawiając ją na 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Ustawienie {concurrent_insert} na 1 zmniejsza rywalizację pomiędzy odczytem "
-"i zapisem dla danej tabeli. Zobacz także <a href=\"http://dev.mysql.com/doc/"
+"i zapisem dla danej tabeli. Zobacz także <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">Dokumentację MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/pt.po b/po/pt.po
index b4770b4a14..eba7bddff6 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -16569,7 +16569,7 @@ msgstr "Tipo de Query"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16949,7 +16949,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17498,7 +17498,7 @@ msgstr "Activar {concurrent_insert} atribuindo o valor 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Atribuindo 1 a {concurrent_insert} reduz a contenção entre leitores e "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e48aaeec57..2a551aaaea 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -16366,13 +16366,13 @@ msgstr "Método de cache sub-ótimo."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Você está usando o cache do MySQL Query com um banco de dados de tráfego "
"bastante elevado. Pode valer a pena considerar a possibilidade de usar o <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\"> memcached "
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\"> memcached "
"</a> em vez do cache de consultas do MySQL, especialmente se você tem vários "
"slaves."
@@ -16821,7 +16821,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Aumentar o {max_heap_table_size} e o {tmp_table_size} pode ajudar. Embora "
@@ -16829,7 +16829,7 @@ msgstr ""
"independente do valor dessas variáveis. Para eliminá-las, você terá que "
"reescrever suas queries para evitar essas condições (dentro de uma tabela "
"temporária: presença de um campo BLOB ou TEXTO ou a presença de um campo "
-"maior que 512 bytes) como mencionado na <a href=\"http://dev.mysql.com/doc/"
+"maior que 512 bytes) como mencionado na <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/internal-temporary-tables.html\">Documentação MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17366,7 +17366,7 @@ msgstr "Ative o {concurrent_insert} configurando-o para 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Atribuindo 1 a {concurrent_insert} reduz a contenção entre leitores e "
diff --git a/po/ro.po b/po/ro.po
index 79500afcc8..41d9253f57 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -17072,13 +17072,13 @@ msgstr "Metoda de folosire a memoriei cache sub nivelul optim."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Folosiți metoda de păstrare în memoria cache a interogărilor MySQL prin "
"creșterea traficului destul de mult pe baza de date. Ar putea merita sa "
-"aveți în vedere utilizarea opțiunii <a href=\"http://dev.mysql.com/doc/"
+"aveți în vedere utilizarea opțiunii <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> în locul păstrare în memoria "
"cache a interogărilor MySQL, mai ales dacă aveți mai multe instanțe."
@@ -17513,7 +17513,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18030,7 +18030,7 @@ msgstr "Activează {concurrent_insert} setându-i valoarea la 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Setând {concurrent_insert} la 1 reduceți conflictele dintre cititori si "
diff --git a/po/ru.po b/po/ru.po
index 7adf0d652e..c5e8aa16bb 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -16075,13 +16075,13 @@ msgstr "Оптимальный метод кеширования."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Вы используете механизм кеширования запросов MySQL с базой данных имеющей "
"достаточно объемный трафик. Стоит обратить внимание на возможность "
-"использования <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached."
+"использования <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached."
"html\">memcached</a> вместо механизма кеширования запросов MySQL, в "
"особенности при наличии нескольких подчиненных серверов."
@@ -16532,7 +16532,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Может помочь увеличение значений переменных {max_heap_table_size} и "
@@ -17079,11 +17079,11 @@ msgstr "Включите {concurrent_insert}, установив значени
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Установка {concurrent_insert} в 1 уменьшает разногласие между чтением и "
-"записью определённой таблицы. Смотрите также <a href=\"http://dev.mysql.com/"
+"записью определённой таблицы. Смотрите также <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/concurrent-inserts.html\">Документация MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/si.po b/po/si.po
index bfcb124c26..a0ac9a3056 100644
--- a/po/si.po
+++ b/po/si.po
@@ -16401,7 +16401,7 @@ msgstr "කෑෂ්ගත කරන ක්‍රමය ප්‍රශස්ත
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16775,7 +16775,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17279,7 +17279,7 @@ msgstr "{concurret_insert} 1ට සිටුවා සක්‍රීය කර
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index 2606d1fb7d..0fa3e935f6 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -15576,7 +15576,7 @@ msgstr "Optimálny spôsob ukladania do vyrovnávacej pamäte."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15929,7 +15929,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16397,7 +16397,7 @@ msgstr "Povoľte {concurrent_insert} nastavením na hodnotu 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 061cb4f7f2..9842378b9e 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -15893,12 +15893,12 @@ msgstr "Podoptimalni način predpomnjenja."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Uporabljate predpomnjenje poizvedb MySQL s precej prometno zbirko podatkov. "
-"Morda bi bilo koristno razmisliti o uporabi <a href=\"http://dev.mysql.com/"
+"Morda bi bilo koristno razmisliti o uporabi <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/ha-memcached.html\">memcached</a> namesto predpomnjenja "
"poizvedb MySQL, še posebej, če imate več podrejencev."
@@ -16325,7 +16325,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Povečanje {max_heap_table_size} in {tmp_table_size} bo morda pomagalo. Kljub "
@@ -16333,7 +16333,7 @@ msgstr ""
"vrednosti teh spremenljivk. Da se tega znebite, boste morali preoblikovati "
"vaše poizvedbe in se tako izogniti tem pogojem (znotraj začasne tabele: "
"prisotnost stolpca BLOB ali TEXT ali prisotnost stolpca, večjega od 512 "
-"bajtov), kot je omenjeno v <a href=\"http://dev.mysql.com/doc/refman/5.5/en/"
+"bajtov), kot je omenjeno v <a href=\"https://dev.mysql.com/doc/refman/5.5/en/"
"internal-temporary-tables.html\">dokumentaciji MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -16849,11 +16849,11 @@ msgstr "Omogočite {concurrent_insert} z nastavitvijo na 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Nastavljanje {concurrent_insert} na 1 zmanjša spore med bralci in "
-"zapisovalci za dano tabelo. Oglejte si tudi <a href=\"http://dev.mysql.com/"
+"zapisovalci za dano tabelo. Oglejte si tudi <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/concurrent-inserts.html\">dokumentacijo MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/sq.po b/po/sq.po
index 718b4b2879..6d58a9718a 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -16102,13 +16102,13 @@ msgstr "Metodë nënoptimale caching."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Jeni duke përdorur cache të pyetsorit MySQL me një databazë me trafik "
"relativisht të lartë. Mund të jetë me vlerë konsiderimi i përdorimit të <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</"
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html\">memcached</"
"a> në vend të cache të pyetsorit MySQL, veçanërisht nëse keni skllavë të "
"shumëfishtë."
@@ -16563,7 +16563,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Rritja {max_heap_table_size} dhe {tmp_table_size} mund të ndihmojë. "
@@ -16571,7 +16571,7 @@ msgstr ""
"pavarësisht nga vlera e këtyre variablave. Për të eleminuar këto, ju duhet "
"të rishkruani pyetsorët, për të shmangur këto kushte (Brenda një tabele të "
"përkohëshme: Prezenca e një kolone BLOB ose TEXT ose prezenca e një kolone "
-"më të madhe se 512 bajt) siç përmendet tek <a href=\"http://dev.mysql.com/"
+"më të madhe se 512 bajt) siç përmendet tek <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/internal-temporary-tables.html\">Dokumentacioni MySQL</a>"
#: libraries/advisory_rules.txt:274
@@ -17101,7 +17101,7 @@ msgstr "Aftëso {concurrent_insert} duke e vënë atë tek 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Vendosja e {concurrent_insert} në 1 redukton lidhjen ndërmjet lexuesve dhe "
diff --git a/po/sr.po b/po/sr.po
index b5ea9ce791..ae9abb85cf 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -17008,7 +17008,7 @@ msgstr "Кеш упита"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17397,7 +17397,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17905,7 +17905,7 @@ msgstr "макс. истовремених веза"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/sr@latin.po b/po/sr@latin.po
index 2052a01d3c..b1a2cb2584 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -16815,7 +16815,7 @@ msgstr "Keš upita"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17183,7 +17183,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17663,7 +17663,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Postavljanjem {concurrent_insert} na 1 smanjuje se nadmetanje između čitača "
diff --git a/po/sv.po b/po/sv.po
index 12bb15b1a0..4d57dc1c18 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -15885,12 +15885,12 @@ msgstr "Ej optimal cache-metod."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Du använder MySQL:s frågecache med en ganska högbelastad databas. Det kan "
-"vara värt att överväga att använda <a href=\"http://dev.mysql.com/doc/"
+"vara värt att överväga att använda <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> istället för frågecachen, "
"speciellt om du har flera slavar."
@@ -16327,7 +16327,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Att öka {max_heap_table_size} och {tmp_table_size} kan hjälpa. Men vissa "
@@ -16335,7 +16335,7 @@ msgstr ""
"variabler har. För att eliminera dessa måste du skriva om dina frågor för "
"att undvika dessa villkor (Inom en temporär tabell: Förekomst av en BLOB- "
"eller TEXT-kolumn eller förekomsten av en kolumn större än 512 byte) som "
-"nämns i <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-"
+"nämns i <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-"
"tables.html\">MySQL-dokumentationen</a>"
#: libraries/advisory_rules.txt:274
@@ -16845,11 +16845,11 @@ msgstr "Aktivera {concurrent_insert} genom att sätta det till 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Att ställa in {concurrent_insert} till 1 minskar kampen mellan läsare och "
-"skrivare för en given tabell. se även <a href=\"http://dev.mysql.com/doc/"
+"skrivare för en given tabell. se även <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Dokumentation</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/ta.po b/po/ta.po
index 0aa5162d41..fdb794da00 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -15422,7 +15422,7 @@ msgstr "வினவல் இடைமாற்று பயன்படுத
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15768,7 +15768,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16201,7 +16201,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/te.po b/po/te.po
index addafbd09f..55133d98e0 100644
--- a/po/te.po
+++ b/po/te.po
@@ -16187,7 +16187,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16569,7 +16569,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17030,7 +17030,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/th.po b/po/th.po
index 70d947aa80..6420b739ef 100644
--- a/po/th.po
+++ b/po/th.po
@@ -16534,7 +16534,7 @@ msgstr "รูปแบบ หน่วยความจำของชุด
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16915,7 +16915,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17446,7 +17446,7 @@ msgstr "เปิดใช้งาน {concurrent_insert} ได้โดยต
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"การตั้งค่า {concurrent_insert} เป็น 1 "
diff --git a/po/tk.po b/po/tk.po
index fd4d521d87..6495a565e1 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -14954,7 +14954,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15300,7 +15300,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15733,7 +15733,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index f63dab06d6..a65760b62f 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -15912,12 +15912,12 @@ msgstr "Yetersiz önbellekleme yöntemi."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Oldukça yüksek trafikli veritabanı ile MySQL Sorgu önbelleği "
-"kullanıyorsunuz. MySQL Sorgu önbelleği yerine <a href=\"http://dev.mysql.com/"
+"kullanıyorsunuz. MySQL Sorgu önbelleği yerine <a href=\"https://dev.mysql.com/"
"doc/refman/5.5/en/ha-memcached.html\">memcached</a> kullanmayı düşünmek "
"değebilir, özellikle de çoklu slave'lere sahipseniz."
@@ -16341,12 +16341,12 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"{max_heap_table_size} ve {tmp_table_size} arttırmak yardımcı olabilir. Ancak "
"bazı geçici tablolar her zaman bu değişkenlerin değerinden bağımsız, diske "
-"yazılmış olur. <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"yazılmış olur. <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Belgesi</a> içinde bahsedildiği gibi şu "
"şartlardan (Geçici tablonun içerisinde: BLOB veya TEXT sütununun varlığı ya "
"da 512 bayttan büyük sütunun varlığı) kaçınmak için bunları elemek "
@@ -16862,7 +16862,7 @@ msgstr "{concurrent_insert} değerini 1'e ayarlayarak bunu etkinleştirin"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{concurrent_insert} 1'e ayarlamak verilen bir tablo için okuyucular ve "
diff --git a/po/tt.po b/po/tt.po
index 3de85ee426..d52c660417 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -16771,7 +16771,7 @@ msgstr "Soraw alxätere"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17155,7 +17155,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17648,7 +17648,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/ug.po b/po/ug.po
index a145cfebb0..15360920b5 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -16311,7 +16311,7 @@ msgstr "قۇلۇپلانغان بەت"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -16696,7 +16696,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17169,7 +17169,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index 312bfcabef..51a33f7b9f 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -16432,13 +16432,13 @@ msgstr "Субоптимальний метод кешування."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"Ви використовуєте механізм кешування запитів MySQL з базою даних, що має "
"досить високий трафік. Можливо замість механізму кешування запитів MySQL "
-"варто використовувати <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-"
+"варто використовувати <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-"
"memcached.html\">Memcached</a>, особливо, якщо у вас є кілька "
"підпорядкованих серверів."
@@ -16887,7 +16887,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"Може допомогти збільшення змінних {max_heap_table_size} та {tmp_table_size}. "
@@ -17410,11 +17410,11 @@ msgstr "Увімкнути {concurrent_insert}"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Встановлення {concurrent_insert} рівним 1 зменшує конкуренцію між читанням і "
-"записом даної таблиці. Дивіться також <a href=\"http://dev.mysql.com/doc/"
+"записом даної таблиці. Дивіться також <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">Документацію MySQL</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/ur.po b/po/ur.po
index 26f435bac6..de150fa374 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -16781,7 +16781,7 @@ msgstr "طلب نتائج"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -17169,7 +17169,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -17644,7 +17644,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/uz.po b/po/uz.po
index 4379b064b9..3ae23f2d0f 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -17995,7 +17995,7 @@ msgstr "Сўровлар кеши"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -18389,7 +18389,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18898,7 +18898,7 @@ msgstr "Максимал уланишлар сони "
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/uz@latin.po b/po/uz@latin.po
index a8339719c3..8e7af6d3d0 100644
--- a/po/uz@latin.po
+++ b/po/uz@latin.po
@@ -18070,7 +18070,7 @@ msgstr "So‘rovlar keshi"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -18464,7 +18464,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -18974,7 +18974,7 @@ msgstr "Maksimal ulanishlar soni "
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/vi.po b/po/vi.po
index b0d2f90725..5b69eb3856 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -15228,7 +15228,7 @@ msgstr "Phương thức đệm tối ưu."
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15574,7 +15574,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -16015,11 +16015,11 @@ msgstr "Bật {concurrent_insert} bằng cách đặt giá trị cho nó thành
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/vls.po b/po/vls.po
index f26391a5b3..50049740a2 100644
--- a/po/vls.po
+++ b/po/vls.po
@@ -14807,7 +14807,7 @@ msgstr ""
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15153,7 +15153,7 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
@@ -15586,7 +15586,7 @@ msgstr ""
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 452506afc1..5218ceacce 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -15704,12 +15704,12 @@ msgstr "最佳缓存模式。"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
"您正在一台具有相当高流量的数据库中使用 MySQL 查询缓存。除非您有多台从服务器,"
-"使用 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
+"使用 <a href=\"https://dev.mysql.com/doc/refman/5.5/en/ha-memcached.html"
"\">memcached</a> 代替 MySQL 查询缓存将更好。"
#: libraries/advisory_rules.txt:158
@@ -16101,12 +16101,12 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"增加 {max_heap_table_size} 和 {tmp_table_size} 可能会有帮助。但有些临时表总是"
"会写入硬盘,和这些变量无关。要避免这些,您需要重写您的查询来避免 <a href="
-"\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
+"\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
"\">MySQL 文档</a>中所提到的这些条件 (临时表内: 具有 BLOB 或 TEXT 字段或具有大"
"于 512 字节的字段)"
@@ -16582,11 +16582,11 @@ msgstr "设置 {concurrent_insert} 的值为1来启用(并发插入)"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"设置 {concurrent_insert} 为 1 可以减少在相同表上的读取和写入冲突。参见 <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html"
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html"
"\">MySQL 文档</a>"
#: libraries/advisory_rules.txt:457
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e42a2e9092..9e5e9eeedf 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1525,7 +1525,7 @@ msgstr "搜尋"
#: js/messages.php:302
msgid "Filter queries by word/regexp:"
msgstr ""
-"使用純文字或 <a href=\"http://dev.mysql.com/doc/refman/5.1/en/regexp.html\" "
+"使用純文字或 <a href=\"https://dev.mysql.com/doc/refman/5.1/en/regexp.html\" "
"target=\"_blank\">正規表式法(REGEXP)</a> 進行搜尋:"
#: js/messages.php:304
@@ -15319,7 +15319,7 @@ msgstr "次佳的查詢快取方法。"
#: libraries/advisory_rules.txt:157
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
-"might be worth considering to use <a href=\"http://dev.mysql.com/doc/"
+"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple slaves."
msgstr ""
@@ -15713,13 +15713,13 @@ msgid ""
"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 <a href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-"
+"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"增加 {max_heap_table_size} 和 {tmp_table_size} 可能有所幫助,但某些暫存資料表"
"仍然會寫到磁碟與這些變數無關。要解決這個問題您必須重寫查詢條件避免在暫存資料"
"表中儲存 BLOB 或 TEXT 型態的欄位或者使用長度大於 512 位元組的欄位,如 <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/internal-temporary-tables.html"
"\">MySQL 說明文件</a> 中所提到的狀況"
#: libraries/advisory_rules.txt:274
@@ -16196,11 +16196,11 @@ msgstr "啟用 {concurrent_insert} 設定為 1"
#: libraries/advisory_rules.txt:456
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
-"writers for a given table. See also <a href=\"http://dev.mysql.com/doc/"
+"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"將 {concurrent_insert} 設為 1 可以減少在相同表上的讀取和寫入衝突,請參考 <a "
-"href=\"http://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html"
+"href=\"https://dev.mysql.com/doc/refman/5.5/en/concurrent-inserts.html"
"\">MySQL 文件</a>"
#: libraries/advisory_rules.txt:457