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).