Bug #78642 | Documentation should favour x'' form for hexadecimal literals | ||
---|---|---|---|
Submitted: | 30 Sep 2015 9:26 | Modified: | 13 Nov 2015 14:18 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[30 Sep 2015 9:26]
Guilhem Bichot
[30 Sep 2015 9:33]
MySQL Verification Team
Hello Guilhem, Thank you for the report. Thanks, Umesh
[30 Sep 2015 13:47]
Guilhem Bichot
Correction to the above. It is not just a binary string ; it is a binary string with special casting properties when cast to integer. +-------------------------+ | convert(x'32',unsigned) | +-------------------------+ | 50 | +-------------------------+ +--------------------------------------------+ | convert(convert(x'32',binary(1)),unsigned) | +--------------------------------------------+ | 2 | +--------------------------------------------+
[13 Nov 2015 14:18]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.