From 7d619ae3eb2a64dadeaa9fbaeb1b9424b83414a6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 27 Jan 2023 02:55:45 +0000 Subject: 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 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 43 ++++++++++++++++++++-- 1 file 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 , 2019. #zanata # Andi Chandler , 2020. #zanata # Andi Chandler , 2022. #zanata +# Andi Chandler , 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 \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" @@ -400,6 +420,21 @@ msgstr "" "The following helpers have been removed from the ``oslo_db.sqlalchemy." "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 " -- cgit v1.2.1