Bug #104571 | Strings with ASCII charset and UCS2 don't match in join statement in MySQL 8 | ||
---|---|---|---|
Submitted: | 9 Aug 2021 9:37 | Modified: | 30 Aug 2021 17:10 |
Reporter: | Andrey Zaytcev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S2 (Serious) |
Version: | MySQL 8, 8.0.26 | OS: | Windows |
Assigned to: | CPU Architecture: | x86 |
[9 Aug 2021 9:37]
Andrey Zaytcev
[9 Aug 2021 10:40]
Andrey Zaytcev
Change severity to S2
[9 Aug 2021 10:49]
MySQL Verification Team
Hello Andrey Zaytcev, Thank you for the report and test case. regards, Umesh
[30 Aug 2021 17:10]
Jon Stephens
Documented fix as follows in the MySQL 8.0.27 changelog: Otherwise identical strings, using, respectively, the ASCII (collation ascii_general_ci) and UCS2 (collation ucs2_general_ci) character sets did not match as expected in join conditions. Closed.