Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
ForeignKey() Description Create either an entirely new foreign key reference, or a copy of an existing one. For the copy constructor: A reference to an existing instance of ForeignKey. This section provides information about the ForeignKey class, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-hashmap.html
Signature Base constructor: HashMap HashMap ( void ) Copy constructor: HashMap HashMap ( const HashMap& hashmap ) Destructor: virtual ~HashMap ( void ) Parameters None, or the address of an existing HashMap object to be copied. Return value A new ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
NdbOperation::updateTuple() can either overwrite an existing value using NdbBlob::setValue(), or update it during the active phase. Any existing blob data that is longer than the new data is truncated. This section provides information about the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
(For a complete listing of NDB error codes, see Section 2.4.2, “NDB Error Codes: by Type”.) If not supplied, this defaults to 626 (HA_ERR_KEY_NOT_FOUND, Tuple did not exist. NdbInterpretedCode::reset() Description This method clears any existing ... This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
If the tuple already exists, it is updated; otherwise an insert takes place. Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by NdbInterpretedCode. See NdbOperation::Type for a listing of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
If you do not know the architecture of your existing Node.js installation, you can determine this by checking the value of global.process.arch. You can check the architecture of an existing NDB Cluster installation in the output of ndb_mgm -V. This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This parameter specifies how data in the table or index is distributed among the cluster's data ...
https://dev.mysql.com/doc/ndbapi/en/ndb-tablespace.html
Tablespace Constructor Description These methods are used to create a new instance of Tablespace, or to copy an existing one. Tablespace Class Overview Tablespace Constructor Tablespace::getAutoGrowSpecification() ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Compiling an existing application against the new connector produces errors if code refers to the CharacterSet::utf8 enumeration constant. Existing applications that contain logic for checking the utf8 character-set name, or one of its collations, ... Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
The existing Schema.CreateCollection method now is overloaded and can be used to pass a CreateCollectionOptions object with a schema definition to a MySQL server. The ReuseExistingObject parameter of the original method is set as an option within ...