[MXS-1930] New capability flags aren't used with MariaDB 10.3 Created: 2018-06-18 Updated: 2019-07-01 Resolved: 2018-06-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 2.1.17, 2.2.9 |
| Fix Version/s: | 2.2.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
New capabilities added in 10.2 aren't sent with a 10.3 backend. This is caused by the string comparison of the versions. In 2.1, the string comparison must still be used. In 2.2, the numeric version can be used. |