Skip to content

Fix failing mysql tests#2108

Merged
MasterOdin merged 1 commit into0.xfrom
fix_mysql_collation
Oct 3, 2022
Merged

Fix failing mysql tests#2108
MasterOdin merged 1 commit into0.xfrom
fix_mysql_collation

Conversation

@MasterOdin
Copy link
Copy Markdown
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