Bug #109481 Update an example to show retieval of enum value
Submitted: 24 Dec 2022 23:19 Modified: 26 Dec 2022 7:38
Reporter: Igor Korot Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[24 Dec 2022 23:19] Igor Korot
Description:
The page at https://dev.mysql.com/doc/c-api/8.0/en/mysql-stmt-fetch.html, needs an update to show how to get the value of enum column.

Should that value be stored in the int or char * value?

Or maybe mention it somewhere else in the docs...

Or maybe add some comment in the code to indicate how to do that from C/C++ perspective.

How to repeat:
This is a feature request
[26 Dec 2022 7:37] MySQL Verification Team
Thank you for the document enhancement request.