DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 18 Jan 2017
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #5f7ac6b 2017-01-17 10:53:54 +0100
Changed interface version back to 0x0100 for compatibility reasons. Older client plugins < C/C 2.3.2 cannot be used anymore - we will document this behavior.
2017-01-16 17:05:36 +0100
Fixed plugin interface - it's now compatible with MariaDB server and Connector/C. The interface version number was bumped to 0x101 - which means older plugins cannot be used anymore with Connector/C 2.3.1
2017-01-02 12:47:52 +0100
Fix for : Add client support for missing collations If a collation is not available the client will not be able to set correct character set.
2017-01-04 16:34:15 +0100
fixed output for --plugindir: plugindir option now prints PLUGIN_DIR instead of PLUGINDIR (merge from master)
2016-10-11 13:55:01 +0200 *
Fix for bug : fixed conversion for big-endian platforms (back ported from 3.0) - fixed test case
2016-12-23 16:53:14 +0100
Fix for debian Bug#849125: fix include of my_stmt.h
2016-12-21 18:14:16 +0100
Fix for read_timeout. (Thanks to Netik Agarwal for reporting this issue)
2016-09-06 19:50:38 +0200
fix two bugs in dialog plugin
2016-10-26 06:06:45 +0200
Fix for : (manually merged from master)
2016-10-06 09:46:41 +0200
Fixed function declarations for mysql_error and mysql_info (const char* instead of char *)
2016-09-26 10:06:39 +0200
timeout fixes for async Patch provided by Kristian Nielsen
2016-08-23 18:42:11 +0200
Removed extra check for non binary result types in fetch_bin
2016-08-18 08:01:16 +0200
Fix for : can't use two statements per connection If we have multiple open cursors we need to check the server_status per statement (not per connection)
2016-08-11 14:44:22 +0200
Fix for : Coredump if length ptr is NULL. Assigned address of length_value if length ptr in bind structure is zero/null.
2016-08-05 07:29:11 +0200
bumped version number fixed license header for plugin_auth_common.h
This page is licensed: CC BY-SA / Gnu FDL