MariaDB C++ Connector 1.1.1-beta now available
Posted on March 4, 2022 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/C++ 1.1.1 Beta release.
Release Notes
MariaDB Connector/C++ 1.1.1 Beta
MariaDB Connector/C++ 1.1.1 is a Beta release.
Notable changes in this release include:
- MariaDB Connector/C++ 1.1.1 adds the ability to create a connection pool to improve usage of resources and to provide a faster way to connect to the server.
- New node failover support.
- LOAD DATA LOCAL INFILE is not allowed by default. It can be switched on by using the allowLocalInfile property.
See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/cpp-connector/ to download.