Mention MariaDB-Monitor removed parameters in documentation

This commit is contained in:
Esa Korhonen 2019-06-19 13:12:48 +03:00
parent 4a3539cd60
commit 6a83abe5cf
2 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,9 @@
support reverse DNS lookup of client addresses. The conversion is activated
by adding the `--rdns`-option to the command.
* The database firewall filter and the masking filter have been deprecated.
* The following MariaDB-Monitor settings have been removed and cause a startup error
if defined: `mysql51_replication`, `multimaster` and `allow_cluster_recovery`. The
setting `detect_replication_lag` is deprecated and is ignored.
For more details, please refer to:

View File

@ -57,3 +57,9 @@ so it is adviseable to add suffixes to durations. For instance,
some_param=60s
some_param=60000ms
```
## MariaDB-Monitor
The following settings have been removed and cause a startup error
if defined: `mysql51_replication`, `multimaster` and `allow_cluster_recovery`.