Search Results
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
disconnect-slave-event-count: Option used by mysql-test for debugging and testing of replication. innodb_api_bk_commit_interval: How often to auto-commit idle connections which use InnoDB memcached interface, in seconds. master_info_repository: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
RestartSubscriberConnectTimeout: Amount of time for data node to wait for subscribing API nodes to connect. ApiFailureHandlingTimeout: Maximum time for API node failure handling before escalating. HeartbeatOrder: Sets order in which data nodes ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Default Value com.mysql.cj.PerConnectionLRUFactory Since Version 5.1.1 serverConfigCacheFactory Name of a class implementing 'com.mysql.cj.CacheAdapterFactory', which will be used to create caches for MySQL server configuration values. Default Value ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value com.mysql.cj.PerConnectionLRUFactory Since Version 5.1.1 serverConfigCacheFactory Name of a class implementing 'com.mysql.cj.CacheAdapterFactory', which will be used to create caches for MySQL server configuration values. Default Value ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
replica_net_timeout: Number of seconds to wait for more data from source/replica connection before aborting read. slave_net_timeout: Number of seconds to wait for more data from source/replica connection before aborting read. master-retry-count: ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-2-0.html
The initial connection had an excessively long timeout (60 seconds) so that, in the case of a cluster having two management servers where one was unavailable, clients were forced to wait until this management server timed out before being able to ...
https://dev.mysql.com/doc/mysqld-version-reference/en/options-variables.html
The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-exit.html
Note that in the case of an expelled member, the member does not know that it was expelled until it reconnects to the group, so the specified action is only taken if the member manages to reconnect, or if the member raises a suspicion on itself and ... The group_replication_exit_state_action system variable specifies what Group Replication does when the member leaves the group unintentionally due to an error or problem, and either fails to auto-rejoin or does not ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
ndb_error_reporter also accepts the options listed here: --connection-timeout=timeout Command-Line Format --connection-timeout=# Type Integer Default Value 0 Wait this many seconds when trying to connect to nodes before timing out.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-6-0.html
(Bug #118002, Bug #37843004) The login timeout set with DriverManager.setLoginTimeout() incorrectly affected JdbcConnection.changeUser() calls. The handling of login timeouts was refactored to apply only during initial authentication, not when ...