Search



Search Results
Displaying 1021 to 1030 of 2264 total results
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
The default method is to select the transaction coordinator (TC) determined to be the "nearest" data node, using a heuristic for proximity based on the type of transporter connection. In order of nearest to most distant, these are: SHM TCP/IP ...
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. The Redistributable is available at the Microsoft Download Center; install ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Incompatible Change: When documents without an _id attribute are added to a collection, the server now automatically generates IDs for ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
(WL #15641) Connector/NET no longer provides within the install and no-install bundles any third-party libraries that the connector does not build internally. Collection<T> now includes these new methods: Add(Object[]) (replaces the Add(T) method) ... Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
(WL #13564) When creating a new connection using the classic MySQL protocol, multiple hosts can be tried until a successful connection is established. A list of hosts can be given in a connection string, along with passing MULTI_HOST=1 to to enable ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-28.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/ODBC 8.0.26 and support for them is removed starting with this ...The PASSWORD1 option is a synonym for the existing PASSWORD ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Use by defining a constant, such as CB_FIDO_GLOBAL to register a global callback function or CB_FIDO_CONNETION if it's connection-specific. These are used by SQLSetConnectAttr(), such as SQLSetConnectAttr(hdbc, CB_FIDO_GLOBAL, &my_user_callback, ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OCI_CONFIG_PROFILE connection option to define a profile set in OCI_CONFIG_FILE; and it defaults to DEFAULT. Also moved "OCI Config File" from the "Connection" tab ...These options are for the authentication_oci_client plugin used with the Oracle Cloud Infrastructure (OCI) to support ephemeral key pairs and security ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-19.html
To automatically resolve any SRV record available in a target DNS server or service discovery endpoint, use the mysqlx+srv scheme+extension in a X DevAPI connection string, or mysqlx+srv for the classic protocol, or by enabling the dns-srv=True (or ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added DNS SRV ...
Displaying 1021 to 1030 of 2264 total results