Search



Search Results
Displaying 111 to 120 of 382 total results
https://dev.mysql.com/doc/internals/en/create.html
Synopsis virtual int create ( name, form, info); const char * name ; TABLE * form ; HA_CREATE_INFO * info ; Description This is the create method. Usage Example from the CSV storage engine: int ha_tina::create(const char *name, TABLE *table_arg, ...
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-structures.html
char connect_address[]: The IP address of this node as seen by the other nodes in the cluster. char connect_address[]: The IP address of this node as seen by the other nodes in the cluster. char message[256]: contains the text of the response or ...
https://dev.mysql.com/doc/ndbapi/en/ndb-element.html
Parent class List Description The Element structure models an element of a list; it is used to store an object in a List populated by the Dictionary methods listObjects(), listIndexes(), and listEvents().
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-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
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-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-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-ndbindexscanoperation.html
Members Member names, types, and descriptions are shown in the following table: Table 2.47 IndexBound structure member names, types, and descriptions Name Type Description low_key const char* Row containing lower bound for scan (or NULL for scan ...
Displaying 111 to 120 of 382 total results