summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2023-01-27 02:55:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2023-01-27 02:55:45 +0000
commit7d619ae3eb2a64dadeaa9fbaeb1b9424b83414a6 (patch)
tree7aa62b449fb4aed81817f81ac9c07c66ce98bdfd
parentb689b6320cdb7dbbb366bf35f23083814f5e79ec (diff)
downloadoslo-db-7d619ae3eb2a64dadeaa9fbaeb1b9424b83414a6.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib2362e15f0b610412ed992d63da63ad2d2b39883
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po43
1 files changed, 39 insertions, 4 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 5223e7a..5de1463 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -4,15 +4,16 @@
# Andi Chandler <andi@gowling.com>, 2019. #zanata
# Andi Chandler <andi@gowling.com>, 2020. #zanata
# Andi Chandler <andi@gowling.com>, 2022. #zanata
+# Andi Chandler <andi@gowling.com>, 2023. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-09-20 04:19+0000\n"
+"POT-Creation-Date: 2023-01-18 15:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2022-09-24 01:17+0000\n"
+"PO-Revision-Date: 2023-01-26 10:28+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -28,8 +29,14 @@ msgstr "11.0.0"
msgid "11.2.0"
msgstr "11.2.0"
-msgid "12.1.0-5"
-msgstr "12.1.0-5"
+msgid "12.2.0"
+msgstr "12.2.0"
+
+msgid "12.3.0"
+msgstr "12.3.0"
+
+msgid "12.3.0-1"
+msgstr "12.3.0-1"
msgid "2.6.0-9"
msgstr "2.6.0-9"
@@ -124,6 +131,19 @@ msgstr ""
"persistence schemes like Nova cells to use controller-local query parameters "
"that aren't broadcast to all other servers."
+msgid ""
+"Added new option mysql_wsrep_sync_wait which sets the Galera "
+"\"wsrep_sync_wait\" variable on server login. This session-level variable "
+"allows Galera to ensure that writesets are fully up to date before running "
+"new queries, and may be used to tune application behavior when multiple "
+"Galera masters are targeted for SQL operations simultaneously."
+msgstr ""
+"Added new option mysql_wsrep_sync_wait which sets the Galera "
+"\"wsrep_sync_wait\" variable on server login. This session-level variable "
+"allows Galera to ensure that writesets are fully up to date before running "
+"new queries, and may be used to tune application behaviour when multiple "
+"Galera masters are targeted for SQL operations simultaneously."
+
msgid "Bug Fixes"
msgstr "Bug Fixes"
@@ -401,6 +421,21 @@ msgstr ""
"utils`` module:"
msgid ""
+"The newly added mysql_wsrep_sync_wait parameter now defaults to non-present "
+"in the enginefacade's default configuration options, so that it is not "
+"configured in a MySQL / MariaDB database by default, unless passed in the "
+"options explicitly. Previously, the default value was \"0\", meaning the "
+"wsrep_sync_wait parameter would be set unconditionally on new connections, "
+"which would fail for MySQL backends that don't provide for this setting."
+msgstr ""
+"The newly added mysql_wsrep_sync_wait parameter now defaults to non-present "
+"in the enginefacade's default configuration options, so that it is not "
+"configured in a MySQL / MariaDB database by default, unless passed in the "
+"options explicitly. Previously, the default value was \"0\", meaning the "
+"wsrep_sync_wait parameter would be set unconditionally on new connections, "
+"which would fail for MySQL backends that don't provide for this setting."
+
+msgid ""
"These were unused outside of oslo.db and were not compatible with SQLAlchemy "
"2.0. In addition, the ``RollsBackTransaction`` fixture has been removed from "
"``oslo_db.sqlalchemy.test_fixtures``. This was similarly unused and "