Search Results
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
An NdbTransaction consists of a list of operations, each of which is represented by an instance of NdbOperation, NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation (that is, of NdbOperation or one of its child classes). See Section ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in the context of either or both of these APIs. The terms in the following list are useful to an ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Bug #28966038, WL #12196) Compilation Notes Thanks to Daniël van Eeden, who contributed a code change to use the stdbool.h ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-3-0.html
Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built with the 8.3.0 version of the MySQL client library. MySQL Server 8.3.0 removed auto-reconnect support after deprecating it in versions 8.0.34 and 8.1.0.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs based on the protocol used to make the connection. The Preferred mode has been reintroduced in this ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters collection. When used ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
MySQL Connector/NET 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server version 5.7 and later. Deprecation and Removal Notes Packaging ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-2-0.html
Packaging Notes Functionality Added or Changed Bugs Fixed Packaging Notes Updated the Portable.BouncyCastle 1.9.0 NuGet package reference to BouncyCastle.Cryptography 2.2.1, which is the currently maintained package. (Bug #111361, Bug #35488339) ...