Use common constants for monitor and server parameters
The parameter names for monitors and servers now use a set of constant names. This removes some of the errors caused by spelling mistakes when the same parameter name is repeated in multiple places. The service, filter and listener parameters should also be converted to constants. This allows for a consistent user experience.
This commit is contained in:

committed by
Markus Mäkelä

parent
9aa4138705
commit
695a4032ca
@ -1391,8 +1391,8 @@ The following list of service parameters can be updated at runtime.
|
||||
* max_slave_connections
|
||||
* max_slave_replication_lag
|
||||
|
||||
In addition to these parameters, the server specific user credentials, _monuser_
|
||||
and _monpw_, can also be updated at runtime.
|
||||
In addition to these parameters, the server specific user credentials, _monitoruser_
|
||||
and _monitorpw_, can also be updated at runtime.
|
||||
|
||||
### Limitations
|
||||
|
||||
|
Reference in New Issue
Block a user