Bug #38050 | Capitalization Problem With HEX / UNHEX functions | ||
---|---|---|---|
Submitted: | 11 Jul 2008 15:39 | Modified: | 11 Jul 2008 18:36 |
Reporter: | Shlomo Priymak | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Jul 2008 15:39]
Shlomo Priymak
[11 Jul 2008 18:36]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Result of HEX function is hexadecimal representation of its argument. There is no difference of case for hexademical values. So function HEX can return result in upper case. Unfrotunately there is no workaround better than use UPPER or LOWER function when comparing md5 and result of the expression provided.