[MXS-2230] Use common config code for global parameters Created: 2018-12-27 Updated: 2020-03-02 Resolved: 2020-03-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.4 |
| Fix Version/s: | 2.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The global parameters currently use custom code that does type checks. The same code is implemented for module parameters and can be reused there. This will also make the error output of all parameters more uniform. In addition to this, the list of valid global configuration parameters is stored in one place. This allows it to be listed at runtime removing the need for the duplicate list of modifiable global parameters in MaxCtrl. |