mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-23 10:51:25 -07:00
Update changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml
This commit is contained in:
parent
f0671645b3
commit
22fb24699b
1 changed files with 4 additions and 4 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue