Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
We assume that you have already created and populated the basic table, perhaps using the row insertion example shown previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). This example illustrates basic retrieval of one or more ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
SchemaError An error took place when trying to create or use a table. SchemaObjectExists The application attempted to create a schema object that already exists. This section provides information about the NdbError data structure, which contains ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
Names of unique indexes and primary keys are handled as follows: For a MySQL UNIQUE index, both a B-tree and a hash index are created. For a MySQL primary key only a B-tree index is created. This section discusses mapping of MySQL database objects ...
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. Signatures Create a new instance: Undofile ( void ) Copy constructor: Undofile ( const Undofile& undoFile ) Parameters ...Undofile Class Overview Undofile Constructor Undofile::getFileNo() (OBSOLETE) Undofile::getLogfileGroup() Undofile::getLogfileGroupId() Undofile::getNode() (OBSOLETE) Undofile::getObjectId() Undofile::getObjectStatus() Undofile::getObjectVersion() Undofile::getPath() Undofile::getSize() Undofile::setLogfileGroup() Undofile::setNode() (OBSOLETE) Undofile::setPath() Undofile::setSize() Undofile Class Overview Parent class NdbDictionary Child classes None Description The Undofile class models an NDB Cluster Disk Data undo file, which stores data used for rolling back ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/ndbapi/en/overview-synchronous-transactions.html
Synchronous transactions are defined and executed as follows: Begin (create) the transaction, which is referenced by an NdbTransaction object typically created using Ndb::startTransaction(). At this point, the transaction is merely being defined; ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. These new values request using the sha256_memory authentication mechanism when ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
(Bug #31296689) X DevAPI Notes For X DevAPI or X DevAPI for C applications, methods and functions that create or modify collections now accept options to enable validation of a JSON schema that documents must adhere to before they are permitted to ... Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Configuration Notes The CMake configuration files were revised to work better when Connector/C++ is used as a subproject of application ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
(WL #11415) X DevAPI Notes It is now possible to use the Collection interface to create and drop indexes on document collections. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28687769) Functionality Added or Changed Document Store: An incremental improvement was made to the performance of session creation with a connection string. (WL #11841) Bugs Fixed The CreateCommandBuilder and CreateDataAdapter methods were ...