[MXS-2241] Conflicting parameters are not detected Created: 2019-01-07 Updated: 2019-01-08 Resolved: 2019-01-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | 2.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If both master_reconnection and disable_sescmd_history are enabled, the outcome is a setup which won't work as expected: master reconnection will never occur due to the lack of session command history. The correct way to handle this would be to treat this as an configuration error. |