Search



Search Results
Displaying 1801 to 1810 of 2266 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic.html
The next few sections contain the sources for a set of C++ programming examples demonstrating the basics of connecting to an NDB Cluster, inserting data into a table, reading data from a table, and deleting data from a table.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples.html
Note For an NDB API program to connect to the cluster, the cluster configuration file must have at least one [api] section that is not assigned to an SQL node and that can be accessed from the host where the NDB API application runs. This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are allocated in advance; if those resources are not available, the method returns an error in the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
# FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-insert.html
# FILE: insert.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node insert ...
https://dev.mysql.com/doc/ndbapi/en/overview-cluster-concepts.html
When an application executes a transaction, it connects to one transaction coordinator on one data node. Abstract This section covers the NDB Kernel, and discusses NDB Cluster transaction handling and transaction coordinators. The NDB Kernel is the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
(Bug #28345281, Bug #91542) Packaging Notes An RPM package for installing ARM 64-bit (aarch64) binaries of Connector/C++ on Oracle Linux 7 is now available in the MySQL Yum Repository and for direct download. Installers for Connector/C++ are now ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
This includes adding spans for preparing and executing prepared statements, and adding connection span attributes such as db.user. (WL #15808) Connector/C++ now supports WebAuthn authentication for client applications using the legacy JBDC API (that ... Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been updated to work with the Windows Installer XML Toolset (WiX) version ...
Displaying 1801 to 1810 of 2266 total results