Skip to content
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

Fix failing mysql tests #2108

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Fix failing mysql tests #2108

merged 1 commit into from
Oct 3, 2022

Conversation

MasterOdin
Copy link
Member

@MasterOdin MasterOdin commented Oct 3, 2022

In MySQL 8.0.28, when doing a SHOW statement, utf8mb3 is always outputted instead of the utf8 alias. There is an additional note that utf8mb3 is deprecated and may be removed, and that utf8 may point at utf8mb4 at some point in the future.

On the 0.next branch, we've already transitioned to using utf8mb4 (#1875), so this is a problem that only affects 0.12.x and older releases.

@MasterOdin MasterOdin force-pushed the fix_mysql_collation branch 2 times, most recently from d2abd1b to 91b52be Compare October 3, 2022 03:25
@MasterOdin MasterOdin force-pushed the fix_mysql_collation branch from 91b52be to 31c1c69 Compare October 3, 2022 03:35
@MasterOdin MasterOdin merged commit 4fc4043 into 0.x Oct 3, 2022
@MasterOdin MasterOdin deleted the fix_mysql_collation branch October 3, 2022 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant