Bug #114469 | utf8mb4_general_ci can't convert to utf8mb4_0900_ai_ci | ||
---|---|---|---|
Submitted: | 25 Mar 2:55 | Modified: | 26 Mar 11:15 |
Reporter: | yuexiao liu | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Mar 2:55]
yuexiao liu
[26 Mar 11:15]
MySQL Verification Team
Hi Mr. liu, Thank you for your bug report. However, we are unable to repeat it. Do note, first, that you can do that conversion only after you have upgraded to 8.0. Second, collations differ a lot between each other. Hence, one collation can have all values unique, while the other will hit some that are duplicate. In that case, you have to find those that are duplicate. You can do it by a query that would use introducers to each side in the equality expression. This is all explained in our Reference Manual. This is, actually, expected behaviour.