#At file:///Users/kgeorge/mysql/work/xx-5.5/ based on revid:georgi.kodinov@stripped
3474 Georgi Kodinov 2011-04-28
Fixed the ABI check files after the push of bug # 12325444.
modified:
include/mysql/client_plugin.h.pp
=== modified file 'include/mysql/client_plugin.h.pp'
--- a/include/mysql/client_plugin.h.pp 2010-10-13 15:11:29 +0000
+++ b/include/mysql/client_plugin.h.pp 2011-04-28 10:08:05 +0000
@@ -35,6 +35,5 @@ mysql_client_find_plugin(struct st_mysql
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);
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20110428100805-9tvycsf9srlkerta.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (Georgi.Kodinov:3474) Bug#12325444 | Georgi Kodinov | 28 Apr |