Search



Search Results
Displaying 1481 to 1490 of 1834 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiling.html
This section provides information on compiling and linking NDB API applications, including requirements and compiler and linker options.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-connecting.html
Abstract This section covers connecting an NDB API application to an NDB Cluster.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
Keep in mind that, before you invoke this function, all Ndb_cluster_connection objects created in your NDB API application must be cleaned up or destroyed; otherwise, threads created when an Ndb_cluster_connection object's connect() method is ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi.html
Abstract This chapter contains information about the NDB API, which is used to write applications that access data in the NDB storage engine.
https://dev.mysql.com/doc/ndbapi/en/overview-cluster-concepts.html
Abstract This section covers the NDB Kernel, and discusses NDB Cluster transaction handling and transaction coordinators. The NDB Kernel is the collection of data nodes belonging to an NDB Cluster. The application programmer can for most purposes ...
https://dev.mysql.com/doc/ndbapi/en/overview-introduction.html
Abstract This section introduces the NDB Transaction and Scanning APIs as well as the NDB Management (MGM) API for use in building applications to run on NDB Cluster. It also discusses the general theory and principles involved in developing such ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-classes.html
The NDB API is an NDB Cluster application interface that implements transactions. It consists of the following fundamental classes: Ndb_cluster_connection represents a connection to a cluster. Ndb is the main class, and represents a connection to a ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-transaction-scanning.html
Abstract This section discusses the high-level architecture of the NDB API, and introduces the NDB classes which are of greatest use and interest to the developer. It also covers most important NDB API concepts, including a review of NDB Cluster ...
https://dev.mysql.com/doc/ndbapi/en/overview-using-transactions.html
The transaction must be closed after it has been committed (even if the commit fails), and no further operations can be added to or defined for this transaction. The procedure for using transactions is as follows: Start a transaction (instantiate ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-16.html
The workaround is not using parameters or specifying NO_SSPS=1 in the connection string; this allows the driver to fetch the data. Bugs Fixed Connector/ODBC 8.0 is now built with OpenSSL 1.0.2R. Issues fixed in the new OpenSSL version are described ...
Displaying 1481 to 1490 of 1834 total results