Search



Search Results
Displaying 161 to 170 of 382 total results
https://dev.mysql.com/doc/internals/en/open.html
Synopsis virtual int open ( name, mode, test_if_locked); const char * name ; int mode ; uint test_if_locked ; Description This is the open method. Usage This example is from the CSV storage engine: int ha_tina::open(const char *name, int mode, uint ...For instance when a request comes in for a select on the table (tables are not open and closed for each request, they are ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
Integer for INT key types, Long for BIGINT key types, or String for char and varchar types. Integer for INT key types, Long for BIGINT key types, or String for char and varchar types. Session extends AutoCloseable so it can be used in the ...
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.cpp.
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
Each MGM API error is characterised by an error code and an error message. (Bug #78130, Bug #21651706) Signature const char* ndb_mgm_get_latest_error_msg ( const NdbMgmHandle handle ) Parameters An NdbMgmHandle. (Bug #78130, Bug #21651706) Signature ... This section provides information about MGM API functions used for 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-hashmap.html
Signature void setName ( const char* name ) Parameters The name to be assigned to the hashmap. This section provides information about the HashMap class, which models a hash map in an NDB Cluster. HashMap Class Overview HashMap Constructor ...
https://dev.mysql.com/doc/ndbapi/en/ndb-logfilegroup.html
Return value The logfile group's name, a string (as a character pointer). Signature void setName ( const char* name ) Parameters The name to be given to the logfile group (character pointer). This section provides information about the LogfileGroup ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
This section provides information about the NdbError data structure, which contains status and other information about errors, including error codes, classifications, and messages. NdbError Overview NdbError::Classification NdbError::Status ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
Displaying 161 to 170 of 382 total results