Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
NdbIndexOperation can be used only with unique hash indexes; to work with ordered indexes, use NdbIndexScanOperation. NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-batch.html
When a batch is executed, all operations are executed; the callback for each operation is called when that operation is executed (operations are not performed in any particular order). A batch is executed in the context of the session's current ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
The remaining parameters are optional, and may appear in any order. A TableMapping describes the mapping of a domain object in the application to a table stored in the database. A default table mapping is one which maps each column in a table to a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
The Connector requires both Node.js and NDB Cluster to be installed first; you can install these in either order. This section covers basic installation and setup of the MySQL JavaScript Connector and its prerequites. Building the Connector also ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiler-options.html
In order to compile source files that use the NDB API, you must ensure that the necessary header files can be found. Header files specific to the NDB and MGM APIs are installed in the following subdirectories of the MySQL include directory, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
It is required in order for aggregate methods such as getNoOfPrimaryKeys() to work properly before the table has been created and retrieved via getTableId(). This section provides information about the Table class, which models a database table in ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
NdbIndexScanOperation represents an operation performing a scan using an ordered index. The NDB API is an NDB Cluster application interface that implements transactions. It consists of the following fundamental classes: Ndb_cluster_connection ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
(Bug #28658120) Applications that were statically linked to the legacy JDBC connector could encounter a read access violation at exit time due to nondeterministic global destruction order. Connections to the server made using X DevAPI or X DevAPI ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
This is a change from previous behavior, where hosts with no explicit priority were assigned implicit decreasing priorities and tried in the same order as listed in the connection data. Error Handling Legacy (JDBC API) Notes Packaging Notes X ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(WL #13061) Functionality Added or Changed The MySQL_Connection_Options enumeration is no longer sensitive to the order in which the underlying options are declared in the C API source. Configuration Notes JSON Notes Security Notes X DevAPI Notes ...