Bug #92319 Dynamic linking is broken in MyODBC 5.3.11
Submitted: 6 Sep 2018 12:15 Modified: 21 Sep 2018 23:13
Reporter: Bogdan Degtyariov Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:5.3.11 OS:Any
Assigned to: Bogdan Degtyariov CPU Architecture:Any

[6 Sep 2018 12:15] Bogdan Degtyariov
Description:
The dynamic linking in MyODBC 5.3.11 is not working in Windows and Unix platforms.

How to repeat:
specify -DCLIENT_STATIC_LINKING:BOOL=false in cmake string and try to build the driver.
[19 Sep 2018 7:39] Bogdan Degtyariov
Posted by developer:
 
The fix is pushed into the source tree.
[21 Sep 2018 4:24] Bogdan Degtyariov
To restore the dynamic linking the internal mysql headers for ODBC Driver 5.3 had to be updated from the last version of MySQL Server 5.7 headers
[21 Sep 2018 23:13] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Connector/ODBC 5.3.12 release, and here's the changelog entry:

Dynamic linking (-DCLIENT_STATIC_LINKING:BOOL=false) was not functioning,
and updating to the most recent MySQL Server 5.7 headers restored this
functionality.

Thank you for the bug report.