MXS-1288: Deprecate reload config

The `reload config` command is now deprecated. The same functionality can
be found in the MaxScale REST API.
This commit is contained in:
Markus Mäkelä
2017-08-22 11:12:28 +03:00
parent c34140abd8
commit ae5260bec7
4 changed files with 17 additions and 4 deletions

View File

@ -104,11 +104,15 @@ The following commands have been deprecated:
* `enable sessionlog-priority <session-id> [debug|info|notice|warning]`
* `disable sessionlog-priority <session-id> [debug|info|notice|warning]`
* `reload config`
The commands can be issued, but have no effect.
The `{ enable | disable } sessionlog-priority` commands can be issued, but they
have no effect.
#### Filenames as MaxAdmin Arguments
MaxAdmin no longer attempts to interpret additional command line parameters as a
file name to load commands from (e.g. `maxadmin mycommands.txt`). The shell
file name to load commands from (e.g. `maxadmin mycommands.txt`). The shell
indirection operator `<` should be used to achieve the same effect (`maxadmin <
mycommands.txt`).