slave_transaction_retry_errors
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES, 10.6 ES, 10.6 CS, 10.5 ES, 10.5 CS, 10.4 ES, 10.4 CS:
Tells the slave thread to retry transaction for replication when a query event returns an error from the provided list. Deadlock error, elapsed lock wait timeout, net read error, net read timeout, net write error, net write timeout, connect error and 2 types of lost connection error are automatically added to this list
In 11.4 ES, 10.6 ES, 10.5 ES, 10.4 ES:
Tells the slave thread to retry transaction for replication when a query event returns an error from the provided list. Deadlock error, elapsed lock wait timeout, net read error, net read timeout, net write error, net write timeout, connect error and 2 types of lost connection error are automatically added to this list
In 10.3 ES, 10.3 CS:
Tells the slave thread to retry transaction for replication when a query event returns an error from the provided list. Deadlock and elapsed lock wait timeout errors are automatically added to this list
In 10.2 ES, 10.2 CS:
Not present
USAGE
DETAILS
SYNONYMS
SCHEMA
PARAMETERS
Command-line | --slave_transaction_retry_errors=arg |
Configuration file | Supported |
Dynamic | No |
Scope | Global |
Data Type | VARCHAR |
Product Default Value | "" (an empty string) |
SKYSQL
Cloud | SkySQL Topology | ES Ver | Service Default |
---|---|---|---|
AWS | Multi-Node Analytics | 10.6 | 1158, |
Single Node Analytics | 10.6 | 1158, | |
Replicated Transactions | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
Single Node Transactions | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
GCP | Multi-Node Analytics | 10.6 | 1158, |
Single Node Analytics | 10.6 | 1158, | |
Replicated Transactions | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
Single Node Transactions | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, |
Cloud | SkySQL Topology | ES Ver | Service Default |
---|---|---|---|
AWS | ColumnStore Data Warehouse | 10.6 | 1158, |
Enterprise Server With Replica(s) | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
Enterprise Server Single Node | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
GCP | ColumnStore Data Warehouse | 10.6 | 1158, |
Enterprise Server With Replica(s) | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, | ||
Enterprise Server Single Node | 10.4 | 1158, | |
10.5 | 1158, | ||
10.6 | 1158, |
See SkySQL details in MariaDB SkySQL previous release
See SkySQL details in MariaDB SkySQL new release
PRIVILEGES
EXAMPLES
ERROR HANDLING
FEATURE INTERACTION
RESPONSES
DIAGNOSIS
ISO 9075:2016
CHANGE HISTORY
Release Series | History |
---|---|
11.4 Enterprise |
|
10.6 Enterprise |
|
10.6 Community |
|
10.5 Enterprise |
|
10.5 Community |
|
10.4 Enterprise |
|
10.4 Community |
|
10.3 Enterprise |
|
10.3 Community |
|
10.2 Enterprise |
|
10.2 Community |
|
Release Series | History |
---|---|
11.4 Enterprise |
|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
RELATED TOPICS
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.