Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Since 3.2.1, connection use "SET NAMES utf8mb4" if collation option is not set, so it is recommended to use default behavior and set correctly server default collation.
Still, since recent mariadb server have new collation with id > 255 and protocol permits only one byte to set charset/collation, connector that have collation specifically set with an id > to 255 needs to explicitly use "SET NAMES xxx COLLATE yyy" command in order to set specified collation.