[MXS-3690] MaxCtrl parameter format is inconsistent Created: 2021-07-27 Updated: 2021-08-19 Resolved: 2021-08-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxctrl |
| Affects Version/s: | 6.1.0 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-138 |
| Description |
|
The create command take parameters as key-value pairs of the form key=value:
The alter commands take them as key-value parameters separated by spaces:
This behavior is inconsistent and a unified approach should be created. |
| Comments |
| Comment by markus makela [ 2021-08-19 ] |
|
The alter commands now also take key=value pairs similar to how the create commands take them. |