From 22fb24699b4c96fde1db4dfa08e54aab86b3e535 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 2 Feb 2023 12:48:20 +0100 Subject: [PATCH] Update changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml --- .../mysql_variables_allow_uppercase_identifiers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml b/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml index 59458f9..0d35467 100644 --- a/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml +++ b/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml @@ -1,6 +1,6 @@ --- -bugfix: - - mysql_variables - Add uppercase character pattern to regex to allow GLOBAL +bugfixes: + - mysql_variables - add uppercase character pattern to regex to allow GLOBAL variables containing uppercase characters. - This recognises variable names used in Galera, e.g. wsrep_OSU_method, - which break the normal pattern of all lowercase characters. + This recognizes variable names used in Galera, for example, ``wsrep_OSU_method``, + which breaks the normal pattern of all lowercase characters (https://github.com/ansible-collections/community.mysql/pull/501).