-
Notifications
You must be signed in to change notification settings - Fork 205
Fix non-identification of utf8mb3 character set presented by (e.g) MariaDB 10.6 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mysql-oca-bot
commented
Jul 20, 2021
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks
Yeah, no i'm not gonna do that.
mysql-oca-bot
commented
Aug 20, 2021
Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed.
Thanks
iammattmartin
commented
Oct 25, 2021
Would be nice if someone else can pick this up. @nawazn Can you help with it instead?
Flow86
commented
Oct 26, 2021
yes please, since its affecting a lot of people
MariaDB 10.6 has changed the character set it advertises from "utf8" to "utf8mb3"
While fully supported, this is reported as unsupported by the connector
This change flags utf8mb3 as a supported charset