Bug #77713 | dash '-' is not recognized in charset armscii8 on select where query | ||
---|---|---|---|
Submitted: | 14 Jul 2015 8:39 | Modified: | 26 Oct 2015 16:29 |
Reporter: | Alexander Barkov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.x, 5.5.46, 5.6.27 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Jul 2015 8:39]
Alexander Barkov
[14 Jul 2015 9:18]
MySQL Verification Team
Hello! Thank you for the report and test case. Thanks, Umesh
[14 Jul 2015 9:21]
MySQL Verification Team
In order to submit contributions you must first sign the Oracle Contribution Agreement (OCA). For additional information please check http://www.oracle.com/technetwork/community/oca-486395.html.
[26 Oct 2015 16:29]
Paul DuBois
Noted in 5.7.10, 5.8.0 changelogs. Some punctuation characters in the armscii8 character set are represented by two encodings, with the result that a character stored using one encoding would not be found using a search with the other encoding. For such characters, MySQL now selects the encoding with the lowest value to consistently map instances onto the same encoding.