Skip to content

Data::MySQL MySQL headers and library search paths #3317

@obiltschnig

Description

@obiltschnig

The MySQL client library header files are now under /include/mysql, so the proper #include for MySQL is

#include <mysql/mysql.h>

Also, adding a whole list of potential search paths for MySQL headers libraries in the Makefile is a mess.
Support POCO_MYSQL_INCLUDE and POCO_MYSQL_INCLUDE Make variables, similar to Data/ODBC.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions