1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

- mysql_load_plugin_v supports now the environment variable MARIADB_PLUGIN_DIR

to load plugins from a different destination than PLUGINDIR.

- added dialog plugin for authentication (e.g. PAM). If an application provides
  it's own dialog function, the name must be mariadb_auth_dialog (or for libmysql
  compatibility mysql_authentication_dialog_ask).
  Windows-Todo: 
  1. provide a simple GUI dialog on windows, in case opening the console failed.
  2. convert data from console code page to character set of current connection
This commit is contained in:
Georg Richter
2014-12-11 09:47:49 +01:00
parent 6bfad6e025
commit cd16280a3f
12 changed files with 344 additions and 50 deletions

2
plugins/plugin.def Normal file
View File

@@ -0,0 +1,2 @@
EXPORTS
_mysql_client_plugin_declaration_ DATA