MXS-2136: Add notes about deprecation
The parameter documentation now mentions that the old 'passwd' is deprecated.
This commit is contained in:
@ -1016,8 +1016,7 @@ statements to load database names and grants from the backends:
|
|||||||
* `SELECT GRANTEE,PRIVILEGE_TYPE FROM INFORMATION_SCHEMA.USER_PRIVILEGES`
|
* `SELECT GRANTEE,PRIVILEGE_TYPE FROM INFORMATION_SCHEMA.USER_PRIVILEGES`
|
||||||
|
|
||||||
**Note:** In older versions of MaxScale this parameter was called `passwd`. The
|
**Note:** In older versions of MaxScale this parameter was called `passwd`. The
|
||||||
parameter was deprecated in MaxScale 2.2 and support for it was dropped in
|
use of `passwd` was deprecated in MaxScale 2.3.0.
|
||||||
2.3.0.
|
|
||||||
|
|
||||||
#### `enable_root_user`
|
#### `enable_root_user`
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ the `monitoruser` parameter, that value will be used instead.
|
|||||||
Password for the user defined with the `user` parameter. If a server defines
|
Password for the user defined with the `user` parameter. If a server defines
|
||||||
the `monitorpw` parameter, that value will be used instead.
|
the `monitorpw` parameter, that value will be used instead.
|
||||||
|
|
||||||
|
**Note:** In older versions of MaxScale this parameter was called `passwd`. The
|
||||||
|
use of `passwd` was deprecated in MaxScale 2.3.0.
|
||||||
|
|
||||||
### `monitor_interval`
|
### `monitor_interval`
|
||||||
|
|
||||||
Defines, in milliseconds, how often the monitor updates the status of the
|
Defines, in milliseconds, how often the monitor updates the status of the
|
||||||
|
Reference in New Issue
Block a user