Search



Search Results
Displaying 911 to 920 of 1907 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-batch.html
The callbacks for any operations that are defined for this batch are called with an error indicating that the batch has been cleared. When a batch is executed, all operations are executed; the callback for each operation is called when that ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
memcpy(data.attr7 + 2, binary_meter, 20*i); // Set the length bytes data.attr7[0] = (char)(20*i % 256); data.attr7[1] = (char)(20*i / 256); myOperation->insertTuple(); myOperation->equal("ATTR1", data.attr1); myOperation->setValue("ATTR2", ... This ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
If a requested lock (implicit and depending on database operation) cannot be attained within a specified time, then a timeout error results. Thus, applications need to be written in a manner such that timeout errors occurring due to such deadlocks ... The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database ...
https://dev.mysql.com/doc/ndbapi/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This is the MySQL NDB Cluster API Developer Guide, which ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
For example, Connector/C++ now ensures that setting TLS/SSL connection options, along with ssl-mode=DISABLED, does not return an error if a client application provides incompatible options, or if the same option is repeated in a connection string or ... Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports authentication to MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
(WL #15322) Bugs Fixed X DevAPI: A call to close a session while other Session objects are in use could return a busy error. (Bug #34704048) X DevAPI: An attempt to execute a long SQL statement emitted an error when the connection was established ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
(WL #15968) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled. Bugs Fixed A failed connection ... Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for Connector/C++ has been updated to version ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
If the server does not support document ID generation, the document-add operation returns an error indicating that document IDs were missing. (WL #11618) Bugs Fixed Attempting to open the MySQL Web Configuration Tool, with Connector/NET and MySQL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28343828) EF Core: An invalid syntax error was generated when a new property (defined as numeric, has a default value, and is not a primary key) was added to an entity that already contained a primary-key column with the AUTO_INCREMENT ...
Displaying 911 to 920 of 1907 total results