Download Release Notes Changelog About MariaDB Connector/C
Release date: 29 Jan 2015
This is a Stable (GA) release of the MariaDB Connector/C, formerly known as MariaDB Client Library for C. In general, marking this release as stable means that there are no known serious bugs, except for those marked as feature requests, that no bugs were fixed since the last release that caused notable code changes, and that we believe the code is ready for general usage (based on bug inflow).
For a description of this library, see the page.
Non-blocking (asynchronous) API. For a detailed description, see .
New dialog and mysql_clear_text authentication plugins.
CMake build now supports the following additional configuration options:
-DINSTALL_LAYOUT=DEFAULT or RPM Allows to overwrite default directories
-DLIB_INSTALL_DIR
-DINCLUDE_INSTALL_DIR
-DDOCS_INSTALL_DIR
Reduce build time by creating an OBJECT library (introduced in CMake 2.8.8)
Out-of-source build touches files in source dir ()
Incorrect output for mariadb_config ()
Segmentation fault when using named pipes ()
For a complete list and description, please check the
For a list of changes made in this release, with links to detailed information on each push, see the .
-DBIN_INSTALL_DIR
Crash in prepared statements when using NULL values (CONC-92)
Socket was closed twice in a threaded environment (CONC-99)
SSL connection with require X509 privilege doesn't work (CONC-95)
mysql_options doesn't support MYSQL_SECURE_AUTH option (CONC-104)
Remove longlong definition from mysql.h to prevent collisions with other projects (CONC-105)
Protect certification loading by a mutex (CONC-102)
Fixed installation layout problems (CONC-107)
Export missing plugin symbols (CONC-111)
Windows version of libmariadb doesn't export all symbols (CONC-114)
Fixed memory leak when reconnecting (CONC-118)
This page is licensed: CC BY-SA / Gnu FDL