Files
MaxScale/Documentation/Upgrading/Upgrading-To-MaxScale-2.2.md
Markus Mäkelä 77f44ba92b Add missing match/exclude functionality to tee
The tee filter was missing the match/exclude functionality that was in the
previous implementation. The filter was upgraded to use PCRE2 regular
expressions instead of POSIX regular expressions.

Documented that the match/exclude patterns should use PCRE2 syntax.
2017-06-22 10:39:24 +03:00

818 B

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.

For a complete list of changes in MaxScale 2.2.0, refer to the MaxScale 2.2.0 Release Notes.

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 modules that use the new regex parameter type are qlafilter and tee. When inputting pattern, enclose the string in slashes, e.g. match=/^select/ defines the pattern ^select.