[MXS-2955] Remove support for multi-line parameters Created: 2020-04-06 Updated: 2020-11-02 Resolved: 2020-11-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 6.0.0 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-118 |
| Description |
|
The support of multi-line parameters has the side effect of causing duplicate parameters to be combined into one parameter. For example, the following parameters:
are interpreted as:
Most of the time this causes unintelligible errors about parameter types. Dropping support for multi-line parameters would prevent this. |