Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
This example illustrates basic retrieval of one or more rows from an NDB table using the NdbRecord interface and an NdbScanOperation. We assume that you have already created and populated the basic table, perhaps using the row insertion example ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
The most important of these include the Ndb, Ndb_cluster_connection, NdbTransaction, and NdbOperation classes. The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a database. The NDB API is an NDB Cluster application interface that implements ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...Binary distributions from Oracle are still built in C++11 mode using MSVC 2015 for compatibility ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
To run applications, a version of Connector/C++ built with the same ABI must be installed: Applications built using the new ABI require a version of Connector/C++ also built using the new ABI. Applications built using the old ABI require a version ... Legacy (JDBC API) Notes Functionality Added or Changed Bugs Fixed Legacy (JDBC API) Notes Previously, to build or run applications that use the legacy JDBC API, it was necessary to have Boost ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-1-0.html
MySQL Connector/C++ 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. Packaging Notes Functionality Added or Changed Packaging Notes ZSTD sources bundled in the Connector/C++ source ...This release can be used against MySQL Server versions 5.7 and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for Connector/C++ has been updated to version 3.0.13. Bugs Fixed A failed connection from an ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-14.html
(WL #12518) The auth connection option (along with aliases authentication and authentication mode) was removed from the MySqlBaseConnectionStringBuilder class.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 support. Microsoft Entity Framework Core 3.1.1 is not compatible with the ...In ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. (Bug #31173265) In Connector/NET ...