MariaDB Connector/C++ 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.3.11.
Bugs Fixed
getMoreResults() may pick other statement result if the first statement used text protocol (CONCPP-132)
Driver fails to cache multiple results in case other query requires the connection and that will cause "commands out of sync" errors (CONCPP-133)