[MXS-2899] Server charset set to latin1 on retrieval query failure Created: 2020-02-26 Updated: 2020-03-13 Resolved: 2020-02-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.3.17, 2.4.7 |
| Fix Version/s: | 2.3.18 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the query used to retrieve the server default charset fails, the function that does it would return latin1 as the found charset which would be unconditionally assigned for the server. Instead, the charset should only be assigned if the query was successful. |