Bug #69204 mysql_options4 symbol missing from libmysql.dll, connector/c 6.1, 32bit
Submitted: 12 May 2013 7:13 Modified: 14 Aug 2013 4:38
Reporter: Dude Letme BE Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.6 OS:Windows (32bit)
Assigned to: CPU Architecture:Any

[12 May 2013 7:13] Dude Letme BE
Description:
mysql_options4 symbol missing from libmysql.dll, connector/c 6.1, 32bit

How to repeat:
try to bind it with GetProcAddress, or list symbols with dumpbin.
[12 May 2013 21:04] MySQL Verification Team
Thank you for the bug report.

C:\connectors\lib>dumpbin /exports libmysql.dll | findstr mysql_options
         49   30 00018FD0 mysql_options

C:\connectors\lib>dumpbin /exports libmysql.dll | findstr mysql_options4

C:\connectors\lib>
[24 Jul 2013 15:36] Paul DuBois
Noted in Connector/C 6.1.1 changelog.

The mysql_options4 symbol was missing from libmysql.dll.

[Not closing this bug because it still needs to be fixed in MySQL 5.6+]
[14 Aug 2013 4:38] Paul DuBois
Revised changelog entry:

The libmysql.dll library was missing several symbols: my_init,
mysql_client_find_plugin, mysql_client_register_plugin,
mysql_load_plugin, mysql_load_plugin_v, mysql_options4, and
mysql_plugin_options.

Now also noted in MySQL 5.6.12, 5.7.2 changelogs.
[28 Aug 2013 13:24] Paul DuBois
Noted in 5.5.21 changelog.