DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 26 Apr 2016
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 #5b7facb 2016-04-12 12:34:11 +0200
Fix for : fix crash when fetching MYSQL_TYPE_BIT data. MYSQL_TYPE_BIT has no fixed packlength, so we need to check net_field_length instead
2016-03-24 07:29:04 +0100
Fix for : Memory corruption in mariadb_dyncol_unpack
2016-03-24 07:12:54 +0100
Fix for : string conversion of timestamps is broken When converting datetime with microseconds to string (binary protocol) number of decimal places was ignored. Thanks to Patrick Huesmann for providing a fix.
2016-03-14 17:13:10 +0100
Make sure that on windows we include iconv.h from win-iconv, not a system one
2016-03-14 14:37:27 +0100
OpenSSL fix: remove warnings when using OPENSSL_NO_DEPRECATED versions
2016-03-01 13:27:51 +0100
Fixed timeouts (since asynchronous we store them in milliseconds internally)
2016-02-23 13:22:45 +0100
Fix for : mysql->info returns garbage if no row was updated.
2016-02-21 17:44:29 +0100
: Increase username length to 128
2016-02-20 11:52:17 +0100
Fix for : field metadata doesn't show NUM_FLAG for NEWDECIMAL columns
2016-02-11 09:27:41 +0100 *
Fix for : CONC 2.2.2 build fails on FreeBSD due to not including necessary header. Thanks to Andie H. Hwang for providing this patch!
2016-02-09 08:43:16 +0100
Fix for CONC155: return trailing zero when fetching from binary columns into string
2016-01-28 23:06:49 +0100
mysql_options expected pointer to uint, while it has to be my_bool* according to specs. Also adding some VS specific service files/dirs templates to .gitignore
2016-01-28 19:55:43 +0100
Do not set CMAKE_INSTALL_PREFIX to empty string on Windows
2016-01-25 13:53:06 +0100
bumped version number to 2.2.3
2016-01-25 13:35:15 +0100
Fix for : set stmt->state to MYSQL_STMT_FETCH_DONE if - result set is empty (nothing to fetch) - when madb_stmt_reset was called
2015-12-10 06:48:26 +0100
Add prefix for source packages when building source package directly from git.
This page is licensed: CC BY-SA / Gnu FDL