Update changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml

This commit is contained in:
Andrew Klychkov 2023-02-02 12:48:20 +01:00 committed by GitHub
parent f0671645b3
commit 22fb24699b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
--- ---
bugfix: bugfixes:
- mysql_variables - Add uppercase character pattern to regex to allow GLOBAL - mysql_variables - add uppercase character pattern to regex to allow GLOBAL
variables containing uppercase characters. variables containing uppercase characters.
This recognises variable names used in Galera, e.g. wsrep_OSU_method, This recognizes variable names used in Galera, for example, ``wsrep_OSU_method``,
which break the normal pattern of all lowercase characters. which breaks the normal pattern of all lowercase characters (https://github.com/ansible-collections/community.mysql/pull/501).