Bug #93641 Contribution: Link to information about how to decode the bytes received by ...
Submitted: 17 Dec 2018 16:22 Modified: 24 Nov 2020 17:35
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[17 Dec 2018 16:22] OCA Admin
Description:
This bug tracks a contribution by Daniël van Eeden (Github user: dveeden) as described in http://github.com/mysql/mysql-connector-cpp/pull/14

How to repeat:
See description

Suggested fix:
See contribution code attached
[17 Dec 2018 16:22] OCA Admin
Contribution submitted via Github - Link to information about how to decode the bytes received by mysqlx_get_bytes() 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-connector-cpp/pull/14#issuecomment-447641823): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_238962038.txt (text/plain), 799 bytes.

[17 Dec 2018 18:08] MySQL Verification Team
Thank you for the contribution.
[25 Nov 2020 13:54] Paul DuBois
Posted by developer:
 
Fixed in 8.0.23.

The developer documentation was improved regarding how to decode the
bytes received by mysqlx_get_bytes(). Thanks to Daniël van Eeden for
pointing at the missing documentation.