Search



Search Results
Displaying 591 to 600 of 1932 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
MySQL Error code: This is the corresponding MySQL Server error code. MySQL error codes are not discussed in this document; please see Server Error Message Reference, in the MySQL Manual, for information about these. This section provides ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
Note blob read batching can also be controlled in the mysql client and other MySQL client application using the MySQL Server's --ndb-blob-read-batch-bytes option and its associated MySQL Server system variables. Note Blob write batching can also be ...A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to retrieve or set the connection properties for a given session. This class is used to ...
https://dev.mysql.com/doc/ndbapi/en/overview-using-transactions.html
The procedure for using transactions is as follows: Start a transaction (instantiate an NdbTransaction object). Add and define operations associated with the transaction using instances of one or more of the NdbOperation, NdbScanOperation, ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
For MySQL Connector/C++ 8.0.11 and higher, Commercial and Community distributions require the Visual C++ Redistributable for Visual Studio 2015 to work on Windows platforms. For X DevAPI for C, the generated IDs can be obtained using the new ...The ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for the detection problem. (Bug #28345281, Bug #91542) Packaging Notes An RPM package for installing ARM 64-bit (aarch64) binaries of Connector/C++ on Oracle Linux 7 is ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Examples: mysqlx://user:password@host:port/db?compression=DISABLED mysqlx://user:password@host:port/db?compression=PREFERRED mysqlx://user:password@host:port/db?compression=REQUIRED SessionSettings objects permit a SessionOption::COMPRESSION option ... Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-11.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. The Connector/ODBC 8.0 series also adds full MySQL Server 8.0 support. This ...This change makes it easy and intuitive to decide which client version to use for which server ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-13.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added dynamic libmysql linking support via the -DMYSQLCLIENT_STATIC_LINKING:BOOL=TRUE|FALSE option; defaults to FALSE to enable dynamic linking. (Bug #28407520) The ODBC ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
(Bug #27081809, Bug #87818, WL #12239) To go with the existing mysqlx.get_session(conn_str) method, a new mysqlx.get_client(conn_str, options) method was added that creates a connection pool handler that provides a get_session() method to create and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 ...
Displaying 591 to 600 of 1932 total results