[MXS-2920] Cannot set max_slave_replication_lag=0 Created: 2020-03-13 Updated: 2020-03-27 Resolved: 2020-03-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.4.7 |
| Fix Version/s: | 2.5.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since the type is a duration, it cannot have negative values. This meant that it uses 0 as the "not configured" value which prevents it from being used. Replacing it with INT_MAX should allow it without limiting any practical use-cases. |