Search



Search Results
Displaying 1761 to 1770 of 1834 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-internal-error.html
The following list enumerates all NDB errors of type IE (Internal error). The index needs to be dropped and recreated NDB error code 914 MySQL error DMEC Error message Invalid index stats request NDB error code 916 MySQL error DMEC Error message ...
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-connect.html
This example, which can also be found in storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_connect.cpp, demonstrates the use of Ndb_cluster_connection to connect to an NDB management server using a given connection string. On success, it ...
https://dev.mysql.com/doc/ndbapi/en/ndb-getting-started.html
This section discusses preparations necessary for writing and compiling an NDB API application.
https://dev.mysql.com/doc/ndbapi/en/ndb-hierarchy.html
This section provides a hierarchical listing of all classes, interfaces, and structures exposed by the NDB API. Ndb Key_part_ptr PartitionSpec NdbBlob Ndb_cluster_connection NdbDictionary AutoGrowSpecification Dictionary List Element Column Object ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecord.html
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 a bitmap to assist in access. An NdbRecord can be created in NDB API programs by ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this function", /* Implementation-defined classes (NDB) */ "NDB00" : "Refer to ndb_error for ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api.html
This section contains prototype descriptions and other information for the MySQL Connector for JavaScript.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
# FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
Displaying 1761 to 1770 of 1834 total results