summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.def
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-04 15:54:41 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-04 15:54:41 +0300
commitc050a4524ff3ec74a8d6932091e479eeaacff7f0 (patch)
treec60863e20b4656b29eed7bef0606750b8d9bb9ce /libmysql/libmysql.def
parent8789c7972339340feb6a49903ff247de580bc5dd (diff)
downloadmariadb-git-c050a4524ff3ec74a8d6932091e479eeaacff7f0.tar.gz
Bug #56767: Make sure client plugins in 1054 are compatible with
connectors plugins Implemented changes needed to keep the client plugin API compatible with the existing plugins : 1. Provided an options() client plugin API to let the application pass options to the plugin after loading it 2. Added "License" (const char *) to specify the client plugin's license 3. Added "mysql_api" as a placeholder that the client library can use to pass function pointers to the plugin so that the plugin can call the C lib back. 4. Updated the existing client plugins to comply with the API change. 5. Added more detailed error message generation for Windows.
Diffstat (limited to 'libmysql/libmysql.def')
-rw-r--r--libmysql/libmysql.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def
index ce85d2a4086..fc15fcf0884 100644
--- a/libmysql/libmysql.def
+++ b/libmysql/libmysql.def
@@ -104,3 +104,4 @@ EXPORTS
mysql_server_end
mysql_set_character_set
mysql_get_character_set_info
+ mysql_plugin_options