mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-22 22:11:46 -07:00
Corrected for excessive line lengths
This commit is contained in:
parent
9a9b127fdf
commit
f0671645b3
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
bugfix:
|
||||
- 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.
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue