Connector/C 2.2.1 Changelog
The most recent Stable (GA) release of MariaDB Connector/C is:MariaDB Connector/C 3.4.5
DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 18 Nov 2015
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub 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
CONC-147: 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.
Revision #9769a43 2015-11-16 13:39:14 +0100
Include sign/target_info macros
Revision #d5944d4 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
Revision #73a8261 2015-11-14 11:19:30 +0100
Fixes for Windows Visual Studio 2015 build
Revision #cfdeb95 2015-11-12 14:19:19 +0100
Fixed bug in mysql_ssl_set (intoduced by merge from 3.0 development tree) Fixed ssl test
Revision #604346c 2015-11-12 05:20:07 +0100
mysql_asnc fixes: - check if ucontext.h is available - set error if stacksize allocation fails
Revision #ec26c03 2015-11-09 11:54:10 +0100
Fixed compiler warning
Revision #74f8adf 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
Revision #4bef072 2015-11-09 09:11:05 +0100
exclude unittests from archives
Revision #29aa0c9 2015-11-08 16:28:37 +0100
Fixed warnings Disabled ps query cache
Revision #a7ce3ad 2015-11-04 07:06:39 +0100
Windows build fixes
Revision #052e5db 2015-11-03 14:25:18 +0100
Set socket to blocking after connect
Revision #4c794e5 2015-10-28 22:02:02 +0100
Fixed compiler warnings in ps_bugs.c and client_plugin.c
Revision #8bf167b 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
Revision #3431674 2015-10-28 13:32:49 +0100
Bumped patch number
Revision #a272706 2015-10-08 13:36:22 +0300
Fix for mariadb_convert_string function. Fix of the 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
Last updated
Was this helpful?