DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 4 Nov 2020
This is a Stable (GA) release of the MariaDB Connector/C, formerly known as MariaDB Client Library for C.
For a description of this library see the page.
: Added support for passwords > 255 characters
: Added support for TLS v1.3 cipher suites (OpenSSL only)
: Removed unused command COM_MULTI
If character set "auto" was specified on Windows, and GetConsoleCP returns a positive number, Ansi code page identifier (GetACP) will be used
Updated bundled zlib (now version 1.2.11)
: MSAN use-of-uninitialized-value in strstr()
: truncation check for float values fails on i386 due to Intel FPU optimization bug in gcc
: Fix crash when loading plugins in mysql_server_init()
: Fixed race condition in ma_net_init (Kudos to Alexander Sapin)
For a list of changes made in this release, with links to detailed information on each push, see the .
MDEV-23564: CMake failed on MacOSX due to deprecated GSS API methods
This page is licensed: CC BY-SA / Gnu FDL