mariadb/libmysql
Georgi Kodinov c050a4524f 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.
2010-10-04 15:54:41 +03:00
..
acinclude.m4
client_settings.h WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
CMakeLists.txt merged mysql-5.5 into WL1054-5.5 2010-08-16 18:16:07 +03:00
conf_to_src.c
errmsg.c WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
get_password.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
libmysql.c merge 2010-10-04 15:42:16 +03:00
libmysql.def Bug #56767: Make sure client plugins in 1054 are compatible with 2010-10-04 15:54:41 +03:00
libmysql.ver.in
Makefile.am WL#5498: Remove dead and unused source code 2010-07-23 17:15:07 -03:00
Makefile.shared WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00