Add deprecation notes to release notes

This commit is contained in:
Johan Wikman 2018-11-05 10:47:24 +02:00
parent 656b3e60f6
commit edaf4ad42e
2 changed files with 18 additions and 2 deletions

View File

@ -393,8 +393,6 @@ alter:
set:
set server - Set the status of a server
set pollsleep - Set poll sleep period
set nbpolls - Set non-blocking polls
set log_throttling - Set the log throttling configuration
clear:

View File

@ -23,6 +23,24 @@ release. The functionality in `mmmon` has been largely obsoleted by the
advancements in `mariadbmon`. The `ndbclustermon` is largely obsolete due to the
fact that there are virtually no users who use it.
### Deprecated options
The following configuration file options have been deprecated and will
be removed in 2.4.
#### Global section
* `non_blocking_polls`
* `poll_sleep`
* `thread_stack_size`
#### Services and Monitors
* `passwd`
### MaxAdmin
The commands `set pollsleep` and `set nbpolls` have been deprecated and
will be removed in 2.4.
## New Features
### MaxCtrl