All pages
Powered by GitBook
1 of 1

Loading...

Connector/C 2.1.0 Release Notes

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.

New features

  • Non-blocking (asynchronous) API. For a detailed description, see .

  • New dialog and mysql_clear_text authentication plugins.

New configuration options

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

Bug fixes

  • 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

Changelog

For a list of changes made in this release, with links to detailed information on each push, see the .

-DPLUGINS_INSTALL_DIR
  • -DBIN_INSTALL_DIR

  • Crash in prepared statements when using NULL values (CONC-92)

  • Check if the connection is valid before resetting the statement (CONC-97, CONC-98)

  • 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)

  • CONC-88
    CONC-99
    CONC-94
    Jira bug system
    changelog

    The most recent release of is:

    Connector/C 3.4.8 Download Now

    MariaDB Connector/C
    MariaDB Connector/C
    Non-blocking Client Library

    This page is licensed: CC BY-SA / Gnu FDL