Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() NdbIndexOperation::updateTuple() NdbIndexOperation Class Overview Parent class NdbOperation Child classes None Description ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation. Types NdbTransaction defines 2 public types as shown in the following ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
You can get the mapping either by name, or by using an existing mapping: TableMapping(tableName); TableMapping(tableMapping); openSession(properties, mappings, Function(err, Session) callback); Connect to the data source and get a Session in the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-undofile.html
Undofile Constructor Description The class constructor can be used to create a new Undofile instance, or to copy an existing one. Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() ...
https://dev.mysql.com/doc/ndbapi/en/overview-compatibility.html
The NDB API is now fairly mature, and has undergone few major changes in recent releases. Where they have occurred, such changes are indicated in the documentation of the affected objects and methods. The API version of an NDB API application is ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
LockContention::DEFAULT, LOCK_CONTENTION_DEFAULT: Block the query until existing row locks are released. The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
(Bug #29525077) Bugs Fixed Calling a method such as .fields() or .sort() on existing objects did not overwrite the effects of any previous call. Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
It is possible to connect to Kerberos-authenticated accounts without giving a user name under these conditions: The user has a Kerberos principal name assigned, a MySQL Kerberos account for that principal name exists, and the user has the required ... Deprecation and Removal Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future Connector/C++ ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-28.html
OPT_PASSWORD1 is an alias for the existing OPT_PASSWORD option; if both are given, OPT_PASSWORD is ignored. Deprecation and Removal Notes Pluggable Authentication Security Notes Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 ...