MariaDB Connector/C 2.3.4 Release Notes
The most recent Stable (GA) release of MariaDB Connector/C is:MariaDB Connector/C 3.4.5
DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 4 Dec 2017
This is a Stable (GA) release of the MariaDB Connector/C, formerly known as MariaDB Client Library for C.
For a description of this library see theMariaDB Connector/C page.
Notable Bug Fixes
CONC-282: Connector/C now provides additional information on the package version:
mariadb_config --cc_version
lists the package version. BesidesMARIADB_PACKAGE_VERSION
, the numeric representationMARIADB_PACKAGE_VERSION_ID
can now be used within preprocessor directives.CONC-281:
mysql_stmt_fetch_column
doesn't work with prior call tomysql_stmt_store_result
OpenSSL fixes:
When negotiating TLS protocol during handshake, use server preferences instead of client preferences. This will allow using TLSv12 (OpenSSL server) and/or TLSv1.1 (Yassl server).
Don't check server ca unless verification flag was set. This will allow Connector/C to establish a tls/ssl connection without certificates.
For a list of changes made in this release, with links to detailed information on each push, see thechangelog.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?