Public bug reported: The mysql.h file has an #include directive as such:
#include <my_stmt.h> This causes an error in C programs that include "mysql.h", making the library unusable. There's an upstream fix (https://jira.mariadb.org/browse/CONC-143) that claims to have made it into version 2.2.0 of the connector, but it seems the error has crept back in. The fix is really simple, replacing the include statement above with #include "my_stmt.h" Thanks. ** Affects: mariadb-connector-c (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1652093 Title: Fix include of my_stmt.h To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb-connector-c/+bug/1652093/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
