Bug #85907 | mysql.h includes my_config.h | ||
---|---|---|---|
Submitted: | 11 Apr 2017 21:51 | Modified: | 15 May 2017 8:44 |
Reporter: | Alexey Kopytov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | 8.0.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Apr 2017 21:51]
Alexey Kopytov
[12 Apr 2017 7:11]
MySQL Verification Team
Hello Alexey, Thank you for the report. I'm not sure whether this is intended behavior but observed while compiling sysbench with 8.0.1 client libraries. Thanks, Umesh
[12 Apr 2017 7:12]
MySQL Verification Team
Build details..
Attachment: 85907.build_details (application/octet-stream, text), 194.14 KiB.
[13 Apr 2017 16:07]
Terje Røsten
Hi Alexey! Thanks for your report. This is working in progress, thanks for testing! Next 8.0.x release will probably include change to remove coupling between mysql.h and my_inttypes.h and this problem will go away.
[27 Apr 2017 16:42]
Terje Røsten
Hi again, can you please try Unified Data Directory release available from Labs? https://labs.mysql.com/ I think a fix is included there, it's preview of things in 8.0.2.
[14 May 2017 16:20]
Alexey Kopytov
Hi Terje, I confirm, this is fixed in the Unified Data Directory Labs release. Thank you.
[15 May 2017 8:44]
Terje Røsten
Fixed in 8.0.2 by commit: Bug #25604230 DO NOT INCLUDE MY_INTTYPES.H FROM MYSQL.H