Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.2.12
-
Fix Version/s: N/A
-
Component/s: mariadbclient
-
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