Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Then all SessionFactories are notified of the pending reconnection; every affected SessionFactory will transition into the Reconnecting state. Actual connections to the database are managed in a global connection pool, and may be shared by several ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
In this section, we discuss how to start ClusterJ applications and the ClusterJ application environment. All of the ClusterJ jar files are normally found in share/mysql/java/ in the MySQL installation directory. When executing a ClusterJ ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-single-user-mode.html
The MGM API makes it possible for the programmer to put the cluster into single-user mode—and to return it to normal mode again—from within an application. This section covers the functions that are used for these operations.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
For reading blobs, the blob handle (NdbBlob), rather than the actual blob data, is written into the row. This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexscanoperation.html
NdbIndexScanOperation::reset_bounds() Description Resets the bounds, and puts the operation into the list sent on the next call to NdbTransaction::execute(). NdbIndexScanOperation Class Overview NdbIndexScanOperation::BoundType ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This parameter specifies how data in the table or index is distributed among the cluster's data ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
The data is packed without any modification into the buffer of the given Table object. This section provides information about the Table class, which models a database table in the NDB API. This class extends the Object class, which in turn is an ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
In the NDB storage engine, a table is broken up into and stored as a number of subsets, usually referred to as fragments. Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized ...
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
(WL #15959) Improved support to import Connector/C++ into CMake projects by allowing find_package(mysql-concpp) to enable consuming it. Functionality Added or Changed Connector/C++ 8.3.0 binary distributions from Oracle are built with the 8.3.0 ...