Search



Search Results
Displaying 1581 to 1590 of 2144 total results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
ndb_logevent_get_fd() Description This function retrieves a file descriptor from an NdbMgmLogEventHandle; this descriptor can be used in (for example) an application select() call. This section provides information about MGM API functions used for ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-synchronous-transactions.html
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 basic data operations (insert, update, read, and select) on this table using ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB API. By using several Ndb objects, it is possible to implement a multithreaded application. You should remember that one Ndb ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
To set search conditions on multiple attributes, use several calls to equal(); in such cases all of them must be satisfied for the tuple to be selected. Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
batch Uint32 Batch size for transfers from data nodes to API nodes; 0 (the default) enables this to be selected automatically. NdbScanOperation Class Overview NdbScanOperation::close() NdbScanOperation::deleteCurrentTuple() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
This class is used to generate and obtain information about sessions (Session objects). To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
(WL #11683) X DevAPI Notes Connector/C++ now supports NOWAIT and SKIP LOCKED lock contention modes to be used with lockExclusive() and lockShared() clauses of CRUD find/select operations (see Locking Read Concurrency with NOWAIT and SKIP LOCKED), ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
Such statements involve locking in the server, so they are now avoided in favor of SELECT @@var_name statements. Typically, the client would see Lost connection to MySQL server during query (CR_SERVER_LOST) or MySQL server has gone away ...
Displaying 1581 to 1590 of 2144 total results