[MXS-2602] Get Wrong charset Created: 2019-07-14 Updated: 2019-07-15 Resolved: 2019-07-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 2.2.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | dapeng huang | Assignee: | markus makela |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mariadbclient get charset from dcb->service->dbref (first server in the list), but this server maybe not active,so the charset will be latin1;some framework like mybatis will use the default charset from the handshake, meanwhile the backend server‘s default charset can be another, such as utf8mb4, this will cause problem |
| Comments |
| Comment by dapeng huang [ 2019-07-14 ] |
|
Oh its duplicate with |