DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 1 Jul 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 #0050d71 2016-06-22 17:27:59 +0200
Windows fix: In case getaddrinfo() returns an error, we return the WSA Error code instead of gai error. (For more information please read )
2016-06-22 05:33:07 +0200 *
When connecting via TLS socket is now set to non blocking and we try to reexecuete SSL_connect in case SSL_get_error return WANT_READ or WANT_WRITE - Fixed compiler warnings - In case getaddrinfo returned EAI_SYSTEM errno will be returned in error message
2016-06-17 16:10:58 +0200
Fixed compiler warnings
2016-06-15 14:59:21 +0200
Windows build fix
2016-06-08 13:22:00 +0200
Fixed behaviour of getaddrinfo: If getaddrinfo returns EAI_AGAIN we will try to resolve hostname again until connecttimeout seconds passed. If no connect timeout was specified, a default value of 30 seconds will be used.
2016-06-06 00:45:00 +0200
Removed LONGLONG_MIN/MAX definition from config-win.h as they are also defined in my_global, and that causes any compilation warnings.
2016-06-04 14:15:56 +0200
Don't use new options by default (will break Server2008)
2016-06-04 10:24:19 +0200
Fix for windows build: replace SIZEOF_CHARP with sizeof(char *)
2016-06-04 09:38:13 +0200
Changed sign procedure (now supporting SHA-256)
2016-06-03 17:07:34 +0200
Fix for : Don't use verify callback in global context, since it may cause bad/unexpected behaviour in threaded issues. Instead now verification of peer certificate will be processed by the OpenSSL library itself.
2016-06-02 10:59:00 +0200
Fixed memory overrun in my_strdup_root
2016-05-31 08:29:47 +0200
Backport from 3.0: - fixed numeric precision bug for prepared statements - : fixed zerofill issues (converting numeric to string)
2016-05-30 15:35:48 +0200
Added new license header for cmake helper files. All cmake files are now under new bsd license. Fixed minor iconv bugs
2016-05-30 15:24:15 +0200
Bumped version number to 2.3.0
This page is licensed: CC BY-SA / Gnu FDL