Update Release Notes and Configuration Guide on MXS_MODULE_PARAM_REGEX

Also added a new Upgrading-To-file with a note on the change.
This commit is contained in:
Esa Korhonen
2017-06-14 15:57:24 +03:00
parent 3260069ed8
commit 9058b89c28
3 changed files with 53 additions and 4 deletions

View File

@ -0,0 +1,20 @@
# Upgrading MariaDB MaxScale from 2.1 to 2.2
This document describes possible issues upgrading MariaDB MaxScale from version
2.1 to 2.2.
For more information about MariaDB MaxScale 2.2, please refer to the
[ChangeLog](../Changelog.md).
For a complete list of changes in MaxScale 2.2.0, refer to the
[MaxScale 2.2.0 Release Notes](../Release-Notes/MaxScale-2.2.0-Release-Notes.md).
Before starting the upgrade, we recommend you back up your current configuration
file.
### Regular Expression Parameters
Modules may now use a built-in regular expression string parameter type instead
of a normal string when accepting patterns. The only module using the new regex
parameter type is currently *QLAFilter*. When inputting pattern, enclose the
string in slashes, e.g. `match=/^select/` defines the pattern `^select`.