Search Results
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 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports IPV6 connections made using the classic MySQL protocol when the operating system on the server host also supports IPV6. (WL #13114) In tandem with ...Now, SET statements in sandbox mode with an expired password are prohibited and will return an error message if ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
MySQL Connector/NET 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. Starting with MySQL 8.0, the mysql.proc table is no longer available and the connector now uses ...This release ...