Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
(Bug #77658, Bug #21946136) Connection.setNetworkTimeout() has been reimplemented, so that the executor object passed to it is now ignored (even if it is null) and the timeout value is now configured directly. MySQL Connector/J 9.4.0 supersedes 9.3 ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
A new connection property, xdevapi.asyncResponseTimeout (default value is 300s), now provides a duration beyond which the attempt to connect timeouts, and a proper error is then thrown. MySQL Connectors and other MySQL client tools and applications ...This change makes it easy and intuitive to decide which client version to use for which server ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-3-0.html
(Bug #35827809) The timeout period of a transaction could elapsed prior to obtaining a connection from the connection pool. The OldGetStringBehavior connection option was added to allow (by setting it to true) restoring previous behavior by logging ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Calling the MySqlDataReader.GetString() method now throws an InvalidCastException exception if the associated column is not a string ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.usage.html
--shared-memory-base-name It designates the shared-memory name used by a Windows server to permit clients to connect using shared memory (Windows only). The following sections describe the command-line options for the different modes of operation ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-failover.html
However, depending on the volume of transactions and the speed and capacity of the network connections between the primary cluster and the replica clusters, replica clusters can fall behind the primary cluster in receiving transactions and applying ... An emergency failover makes a selected replica cluster into the primary InnoDB Cluster for the InnoDB ClusterSet ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-clusterset-setting-options-channels.html
Controls the heartbeat interval, which stops the connection timeout occurring in the absence of data if the connection is still good. The following options can be set with clusterSet.createReplicaCluster() and cluster.setOption(): ...For ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-replicaset-setting-options-channels.html
Controls the heartbeat interval, which stops the connection timeout occurring in the absence of data if the connection is still good. The following options can be set with replicaSet.addInstance() and replicaSet.setInstanceOption(): ...For ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. --detach=N Command-Line ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-net.html
This section contains simple examples that demonstrate the use of Connector/ODBC drivers with ODBC.NET. 5.6.7.2.1 Using Connector/ODBC with ODBC.NET and C# (C sharp) The following sample creates a table my_odbc_net and demonstrates its use in C#.
https://dev.mysql.com/doc/refman/8.4/en/replication-administration-status.html
The SOURCE_HEARTBEAT_PERIOD setting on the source (set by CHANGE REPLICATION SOURCE TO) specifies the frequency of the heartbeat, which defaults to half of the connection timeout interval for the replica (specified by the system variable ...The SHOW ... The most common task when managing a replication process is to ensure that replication is taking place and that there have been no errors between the replica and the ...