Commit beb73f05 authored by Georgi Kodinov's avatar Georgi Kodinov

Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN

Removed the STDCALL macro and the function from the .def file,
since it's not used by the connectors atm.
parent 8dba3ab8
...@@ -156,8 +156,7 @@ mysql_client_register_plugin(struct st_mysql *mysql, ...@@ -156,8 +156,7 @@ mysql_client_register_plugin(struct st_mysql *mysql,
@retval 0 on success, 1 in case of failure @retval 0 on success, 1 in case of failure
**/ **/
int STDCALL mysql_plugin_options(struct st_mysql_client_plugin *plugin, int mysql_plugin_options(struct st_mysql_client_plugin *plugin,
const char *option, const char *option, const void *value);
const void *value);
#endif #endif
...@@ -104,4 +104,3 @@ EXPORTS ...@@ -104,4 +104,3 @@ EXPORTS
mysql_server_end mysql_server_end
mysql_set_character_set mysql_set_character_set
mysql_get_character_set_info mysql_get_character_set_info
mysql_plugin_options
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment