Georg Richter cd16280a3f - 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
2014-12-11 09:47:49 +01:00
2012-11-28 23:13:00 +01:00
2013-08-23 18:35:07 +02:00

This is LGPL MariaDB client library that can be used to connect to MySQL
or MariaDB.

This code is based on the LGPL libmysql client library from MySQL 3.23
and PHP's mysqlnd extension.

This product includes PHP software, freely available from
<http://www.php.net/software/>

The following are the main known limitations:

- double to string conversion for prepared statements
  doesn't work correctly
- support for dynamic columns is not integrated yet
- Asynchronus interface is not integrated yet

If you want to be part of this development effort, you can discuss this at
maria-developers@lists.launchpad.org.

If you are interested in sponsoring this effort, you can contact us at
sales@askmonty.org

The MariaDB team
Description
MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.
Readme 14 MiB
Languages
C 95%
CMake 3.8%
C++ 0.7%
Python 0.3%
Shell 0.2%