Commit 6f3e3bb1 authored by Georgi Kodinov's avatar Georgi Kodinov

Fixed the ABI check files after the push of bug # 12325444.

parent beb73f05
......@@ -35,6 +35,5 @@ mysql_client_find_plugin(struct st_mysql *mysql, const char *name, int type);
struct st_mysql_client_plugin *
mysql_client_register_plugin(struct st_mysql *mysql,
struct st_mysql_client_plugin *plugin);
int STDCALL mysql_plugin_options(struct st_mysql_client_plugin *plugin,
const char *option,
const void *value);
int mysql_plugin_options(struct st_mysql_client_plugin *plugin,
const char *option, const void *value);
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