Update MaxAdmin documentation and release notes

This is mostly about MaxAdmin file load removal. Also added a note on
NamedServerFilter and MaxAdmin editing mode changes.
This commit is contained in:
Esa Korhonen
2017-03-30 10:33:49 +03:00
parent b41074c92b
commit 3f62ea2c41
2 changed files with 15 additions and 10 deletions

View File

@ -13,7 +13,8 @@ report at [Jira](https://jira.mariadb.org).
### NamedServerFilter
This filter now uses the PCRE2-libarary to match queries. Previously, it used
the POSIX-version of PCRE2.
the POSIX-version of PCRE2. The filter also accepts multiple match-server pairs.
Please see the NamedServerFilter documentation for details.
## Dropped Features
@ -33,6 +34,11 @@ The following commands have been deprecated:
The commands can be issued, but have no effect.
MaxAdmin no longer attempts to interpret additional command line parameters as a
file name to load commands from (e.g. `maxadmin mycommands.txt`). The shell
indirection operator `<` should be used to achieve the same effect (`maxadmin <
mycommands.txt`).
## New Features
### MySQL Monitor Crash Safety