EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

Fix duplicate definition of mysql_connect by renaming local version t… #145

Open glynastill opened 7 years ago

glynastill commented 7 years ago

…o mysql_connect_fdw.

When compiling against MariaDB 10.23.1 on Debian the definition of mysql_connect in the mysql_fdw source conflicts with the definition in mysql.h; simple workaround with a rename.

mkgrgis commented 1 year ago

@jeevanchalke, any decision? It's also my problem with MariaDB.

jeevanchalke commented 1 year ago

Looks reasonable. We will take it further. Thanks.

jeevanchalke commented 1 year ago

Pushed revised patch. Please confirm and close this request.

Thanks.