Bug #93803 Contribution: Use stdbool.h instead typedef for bool
Submitted: 3 Jan 2019 15:44 Modified: 29 Jan 2019 15:47
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

[3 Jan 2019 15:44] 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/19

How to repeat:
See description

Suggested fix:
See contribution code attached
[3 Jan 2019 15:44] OCA Admin
Contribution submitted via Github - Use stdbool.h instead typedef for bool 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-connector-cpp/pull/19#issuecomment-451175978): 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_242004923.txt (text/plain), 874 bytes.

[3 Jan 2019 17:10] MySQL Verification Team
Thank you for the contribution.
[3 Jan 2019 19:03] Daniël van Eeden
This could be a fix for:
Bug #93475 	legacy bool definition in xapi.h
[29 Jan 2019 15:47] Paul DuBois
Posted by developer:
 
Fixed in 8.0.16.

Daniël van Eeden contributed a code change to use the stdbool.h
header file rather than a bool typedef.
[15 Feb 2019 8:40] Frederic Descamps
Thank you Daniël, I changed the status of your contribution.