Bug #85152 Do not include my_inttypes.h from mysql.h
Submitted: 23 Feb 2017 13:11 Modified: 21 Mar 2017 16:29
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[23 Feb 2017 13:11] Steinar Gunderson
Description:
mysql.h should not pull in (directly or indirectly) my_inttypes.h; it pollutes the client namespace with several internal types, notably a #define that breaks C99 bool.

How to repeat:
N/A

Suggested fix:
N/A
[21 Mar 2017 16:29] Paul DuBois
Posted by developer:
 
Fixed in 8.0.2.

Code cleanup. No changelog entry needed.