Search



Search Results
Displaying 961 to 970 of 2096 total results
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 ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Note Note that this means that the connection option "use_pure=True" can't be used on EL7, SLES 12, nor Ubuntu 16.04 unless the system has ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(Bug #21529893) The MySQLConnection.set_charset_collation() method returned an UnboundLocalError exception when given a empty character set name; now the default character set is used in such cases. (Bug #91974, Bug #28491115) Aligned the exception ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for Python ...
Displaying 961 to 970 of 2096 total results