diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-06 17:31:26 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-06 17:31:26 +0300 |
commit | 82a68a5f5012b6422c5d7ec47966dd9bed2fe0b9 (patch) | |
tree | 71221522c28b13d6bfec8848601b193075aa8f15 /libmysql | |
parent | 5759b05f78b0edefa349abb4486e1ca1e077442a (diff) | |
download | mariadb-git-82a68a5f5012b6422c5d7ec47966dd9bed2fe0b9.tar.gz |
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.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def index fc15fcf0884..ce85d2a4086 100644 --- a/libmysql/libmysql.def +++ b/libmysql/libmysql.def @@ -104,4 +104,3 @@ EXPORTS mysql_server_end mysql_set_character_set mysql_get_character_set_info - mysql_plugin_options |