Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.c.
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-dual.html
This example shown in this section illustrates the handling of log events using the MGM API on multiple clusters in a single 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/mgm-functions-log-events.html
ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ndb_logevent_get_next2() ndb_logevent_get_latest_error() ndb_logevent_get_latest_error_msg() ... This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-temporary-resource-error.html
The following list enumerates all NDB errors of type TR (Temporary Resource error).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). It performs the deletion using a single NdbOperation within a transaction, and handles errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
ForeignKey() Description Create either an entirely new foreign key reference, or a copy of an existing one. This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ...
https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
Calling the constructor creates a new List whose count and elements attributes are both set equal to 0. Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is used for representing lists ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
To create an instance of NdbIndexOperation, it is necessary to use the NdbTransaction::getNdbIndexOperation() method. NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecord.html
An NdbRecord can be created in NDB API programs by calling Dictionary::createRecord(). Decription NdbRecord is an interface which provides a mapping to a full or a partial record stored in NDB. In the latter case, it can be used in conjunction with ...
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 ...