#At file:///Users/kgeorge/mysql/work/mysql-5.5/ based on revid:georgi.kodinov@stripped
3476 Georgi Kodinov 2011-04-29
Addendum to the fix for bug #12325444
Removed STDCALL from the function definition.
modified:
sql-common/client_plugin.c
=== modified file 'sql-common/client_plugin.c'
--- a/sql-common/client_plugin.c 2011-03-17 13:52:49 +0000
+++ b/sql-common/client_plugin.c 2011-04-29 08:33:17 +0000
@@ -460,7 +460,7 @@ mysql_client_find_plugin(MYSQL *mysql, c
/* see <mysql/client_plugin.h> for a full description */
-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 void *value)
{
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20110429083317-vs92epyeqpxmlj8r.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (Georgi.Kodinov:3476) Bug#12325444 | Georgi Kodinov | 29 Apr |