[MXS-1313] Character set is not updated if servers are down Created: 2017-07-07 Updated: 2017-07-07 Resolved: 2017-07-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.1.4 |
| Fix Version/s: | 2.1.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MaxScale uses the latin1 character set by default but will use the backend server's character set if it can connect to it. The character set of a server is only updated when MaxScale first starts which means that if MaxScale cannot connect to the servers at startup, it will always send the latin1 character set in the handshake. |