All pages
Powered by GitBook
1 of 1

Loading...

Connector/C++ 1.0.1 Release Notes

The most recent Stable (GA) release of MariaDB Connector/C++ is: MariaDB Connector/C++ 1.1.6

Download Now

Release date: 2021-06-17

This is a Stable (GA) release of MariaDB Connector/C++.

For a description of this library see the page.

is the interface between C++ applications and MariaDB Server. MariaDB Connector/C++ enables development of C++ applications using a JDBC-based API, which is also used by MariaDB Connector/J.

MariaDB Connector/C++ implements the MySQL protocol using the MariaDB Connector/C API. This release depends on MariaDB Connector/C 3.1.13.

Notable Changes

  • Adds useCharacterEncoding connection string option to control the character set used for connection, input, and results. Includes OPT_SET_CHARSET_NAME and useCharset aliases for compatibility. ()

  • Adds credentialType connection string option to set the default client-side authentication plugin, similar to MYSQL_DEFAULT_AUTH in MariaDB Connector/C. Includes defaultAuth alias for compatibility. ()

Issues Fixed

  • Metadata retrieved from instead of using the Information Schema. ()

  • CMake generates an error on nesting of flow control statements. ()

  • CMake fails when called without the -DWITH_SSL=OpenSSL option. ()

  • Sub-directory install paths include a dot (

Installation

./
) directory, which is not correct. (
)
CONCPP-78
CONCPP-84
CONCPP-69
CONCPP-79
CONCPP-80
CONCPP-81
MariaDB Connector/C++
MariaDB Connector/C++
Install MariaDB Connector/C++
mysql.proc

This page is: Copyright © 2025 MariaDB. All rights reserved.