Add deprecation notes to release notes
This commit is contained in:
@ -393,8 +393,6 @@ alter:
|
|||||||
|
|
||||||
set:
|
set:
|
||||||
set server - Set the status of a server
|
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
|
set log_throttling - Set the log throttling configuration
|
||||||
|
|
||||||
clear:
|
clear:
|
||||||
|
@ -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
|
advancements in `mariadbmon`. The `ndbclustermon` is largely obsolete due to the
|
||||||
fact that there are virtually no users who use it.
|
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
|
## New Features
|
||||||
|
|
||||||
### MaxCtrl
|
### MaxCtrl
|
||||||
|
Reference in New Issue
Block a user