DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 22 May 2023
This is a Stable (GA) release of MariaDB Connector/C, formerly known as MariaDB Client Library for C.
For a description of this library see the page.
Updated bundled zlib library (version 1.2.13)
: Fixed NULL pointer dereference in unpack_fields().
: Clear server status and remove pending result sets in mysql_reset_connection().
: If prepare step failed in mariadb_stmt_execute_direct now both mysql_stmt_error and mysql_error return the error message from prepare step instead of error message of execute.
: Disable TLS for named pipe and shared memory connections.
For a list of changes made in this release, with links to detailed information on each push, see the .
CONC-637: Fixed build if GSSAPI plugin is disabled
CONC-638: Fixed memory leak in ps_bugs unittest
CONC-642: Set CR_OUT_OF_MEMORY error in mysql_use_result() api function if allocation of memory failed
This page is licensed: CC BY-SA / Gnu FDL