You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "avkarenow (via GitHub)" <gi...@apache.org> on 2023/06/12 23:48:28 UTC

[GitHub] [apr] avkarenow opened a new pull request, #43: Don't call my_init() for MySQL 8.0

avkarenow opened a new pull request, #43:
URL: https://github.com/apache/apr/pull/43

   From MySQL 8.0.2 changelog:
   The my_init() function is no longer included in the list of symbols exported from libmysqlclient. It need not be called explicitly by client programs because it is called implicitly by other C API initialization functions.
   
   Fix for loading the module when compiled with MySQL 8.0 (error: Can't load driver file apr_dbd_mysql.so)
   
   Should still working fine with older MariaDB versions (5.x).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@apr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org