Bug #80935 | Dev library header files not on default include path | ||
---|---|---|---|
Submitted: | 1 Apr 2016 16:40 | Modified: | 9 May 2016 14:44 |
Reporter: | Lars Tangvald | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | 5.7.11 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[1 Apr 2016 16:40]
Lars Tangvald
[5 Apr 2016 6:55]
Lars Tangvald
Copies three files from the internal include path to the outer one
Attachment: 0001-Move-needed-header-files-to-default-include-path2.patch (text/x-patch), 1.17 KiB.
[9 May 2016 14:44]
Paul DuBois
Posted by developer: Noted in 5.7.13 changelog. Compiling of clients that used the MySQL C API could fail if they used an obsolete path to mysql.h or and did not set the include path. This was due to use of #include <file_name> notation rather than #include "file_name" in internal MySQL header files, which have been adjusted.