Search



Search Results
Displaying 761 to 770 of 1278 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-classifications.html
The following table lists the classification codes used for NDB API errors, and their descriptions. These can also be found in the file /storage/ndb/src/ndbapi/ndberror.cpp (NDB 7.6 and earlier: ndberror.c). Table 2.83 Classification codes for NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-no-data-found.html
NDB error code 626 MySQL error HA_ERR_KEY_NOT_FOUND Error message Tuple did not exist . The following list enumerates all NDB errors of type ND (No data found).
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-handling-errors.html
This program demonstrates handling errors and retrying failed transactions using the NDB API. The source code for this example can be found in storage/ndb/ndbapi-examples/ndbapi_retries/ndbapi_retries.cpp in the NDB Cluster source tree. In this ...
https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
You can use this to prepare an existing List for reuse with listEvents(), listIndexes(), or listObjects(). Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is used for representing ...
https://dev.mysql.com/doc/ndbapi/en/ndb-logfilegroup.html
When copying an existing instance, the constructor is passed a reference to the LogfileGroup instance to be copied. This section provides information about the LogfileGroup class, which models an NDB Cluster Disk Data log file group. LogFileGroup ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This is intentional, and is due to the fact this setter applies to queuing new epochs, whereas the queue itself may still reflect the state of affairs that existed prior to invoking the setter. This section provides information about the Ndb class, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
Return value Boolean true if the attribute ID exists in this NdbRecord, is nullable, and this row's null bit is set; otherwise, Boolean false. This section provides information about the NdbDictionary class, which stores meta-information about NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
SchemaObjectExists The application attempted to create a schema object that already exists. This section provides information about the NdbError data structure, which contains status and other information about errors, including error codes, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
Instead, instances of NdbEventOperation are created as the result of method calls on Ndb and NdbDictionary objects, subject to the following conditions: There must exist an event which was created using Dictionary::createEvent(). This section ...
Displaying 761 to 770 of 1278 total results