You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +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:
@@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2010 - 2012 Sergei Golubchik and Monty Program Ab
|
||||
2014 MariaDB Corporation AB
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
Reference in New Issue
Block a user