Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted program. Description NdbInterpretedCode represents an interpreted program for use in operations created using ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-errors.html
The Errors object contains the error codes and message exposed by the MySQL Node.js adapters. errors "25000" : "Invalid Transaction State", "2C000" : "Invalid character set name", "42S02" : "Table not found", "IM001" : "Driver does not support this ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb class. Such ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and event handling. NDB transactions are ACID-compliant in that they provide a means to group operations in such a way ...
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-ndbinterpretedcode-using.html
The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource usage. The space required by each of these methods is shown in the following table: Table 1.1 ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in the context of either or both of these APIs. The terms in the following list are useful to an ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-27.html
Pluggable Authentication Bugs Fixed Pluggable Authentication Applications that use the legacy JDBC API now can establish connections without passwords for accounts that use the authentication_oci server-side authentication plugin, provided that the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-26.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1.0 and TLSv1.1 connection protocols are now deprecated and support for them is subject to removal in a future Connector/ODBC version. (WL ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key ...