2.2.1 Release notes update

2.2.1 Release notes update
This commit is contained in:
MassimilianoPinto
2017-12-19 16:24:21 +01:00
parent 9fa059c2a2
commit 0a6ef8713b
2 changed files with 14 additions and 1 deletions

View File

@ -25,3 +25,8 @@ 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`.
### Binlog Server
Binlog server automatically accepts GTID connection from MariaDB 10 slave servers
by saving all incoming GTIDs into a SQLite map database.