Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Labels:None
-
Environment:CentOS 7.2
Description
Giving a command to maxadmin that starts with a space is ignored, independent if it is a correct command or not:
$ sudo maxadmin |
MaxScale> foobar
|
Commands must consist of at least two words. Type help for a list of commands |
MaxScale> foobar
|
MaxScale> sync logs |
Logs flushed to disk
|
MaxScale> sync logs |
MaxScale>
|