Changelog fragment for regex change

This commit is contained in:
Paul Campbell 2023-02-02 09:11:31 +00:00
commit 9a9b127fdf

View file

@ -0,0 +1,4 @@
---
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.