DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 18 Nov 2015
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 #11b367c 2015-11-17 10:03:56 +0100
: TCP address binding for mysql client library On clients with multiple possible TCP routes to a server it's now possible to specify an IP address to connect to the server. The IP address can be set either via mysql_options and MYSQL_OPT_BIND or by "bind-address=value" in configuration file.
2015-11-16 13:39:14 +0100
Include sign/target_info macros
2015-11-16 13:13:37 +0100
Windows build fixes: Support external sign command (if verisign is too slow or not responding) Added version_info for static and dynamic libraries
2015-11-14 11:19:30 +0100
Fixes for Windows Visual Studio 2015 build
2015-11-12 14:19:19 +0100
Fixed bug in mysql_ssl_set (intoduced by merge from 3.0 development tree) Fixed ssl test
2015-11-12 05:20:07 +0100
mysql_asnc fixes: - check if ucontext.h is available - set error if stacksize allocation fails
2015-11-09 11:54:10 +0100
Fixed compiler warning
2015-11-09 11:36:31 +0100
Since CPack doesn't deliver expected results on windows, we now build source packages directly from git (git archive). To activate this option, define GIT_BUILD_SRCPKG: cmake . -DGIT_BUILD_SRCPKG=1
2015-11-09 09:11:05 +0100
exclude unittests from archives
2015-11-08 16:28:37 +0100
Fixed warnings Disabled ps query cache
2015-11-04 07:06:39 +0100
Windows build fixes
2015-11-03 14:25:18 +0100
Set socket to blocking after connect
2015-10-28 22:02:02 +0100
Fixed compiler warnings in ps_bugs.c and client_plugin.c
2015-10-28 15:53:39 +0200
Fix for mariadb_convert_string - charset names for utf16 and utf32 are changed so iconv understands it. Also if endianness is not specified, BE charsets used by default, to avoid BOMs Names mapped for both source and destination charsets. Also the regression test for this change is added to charset.c
2015-10-28 13:32:49 +0100
Bumped patch number
2015-10-08 13:36:22 +0300
Fix for mariadb_convert_string function. Fix of the charset name in case of Utf16 - iconv digests UTF-16, and not UTF16, as destination charset. Also we always use either BE or LE for utf16, to avoid BOM in the result string.
This page is licensed: CC BY-SA / Gnu FDL