Corrected for excessive line lengths

This commit is contained in:
Paul Campbell 2023-02-02 10:11:43 +00:00
commit f0671645b3

View file

@ -1,4 +1,6 @@
--- ---
bugfix: bugfix:
- mysql_variables - Add uppercase character pattern to regex to allow GLOBAL variables containing uppercase characters. - mysql_variables - Add uppercase character pattern to regex to allow GLOBAL
This recognises variable names used in Galera, e.g. wsrep_OSU_method, which break the normal pattern of all lowercase characters. 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.