Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj.html
ClusterJ supports primary key and unique key operations and single-table queries; it does not support multi-table operations, including joins. This chapter discusses using NDB Cluster with MySQL NDB Cluster Connector for Java, also known as ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
*/ ahd.buffer[ahd.readLength]= '\0'; std::cout << "Fetched data:" << std::endl << ahd.buffer << std::endl; return 1; } int update2_key(Ndb *myNdb) { char buffer[10000]; /* Simple setValue() update. This example illustrates the manipulation of a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes.html
This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-synchronous-transactions.html
This example illustrates the use of synchronous transactions in the NDB API. It first creates a database ndb_examples and a table api_simple (if these objects do not already exist) using the MySQL C API with an SQL node, then performs a series of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
However, if a node failure has occurred, subsequent epochs may contain duplicate events, which can be identified by duplicated primary keys. In the NDB Cluster replication code, duplicate primary keys on INSERT operations are normally handled by ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
SF_OrderBy Ordered index scan (ascending); rows returned from an index scan are sorted, and ordered on the index key. SF_OrderByFull This is the same as SF_OrderBy, except that all key columns are added automatically to the read bitmask.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
The Errors object contains the error codes and message exposed by the MySQL Node.js adapters. errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for ...