mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00

in slave SQL thread: if a transaction fails because of InnoDB deadlock or innodb_lock_wait_timeout exceeded, optionally retry the transaction a certain number of times (new variable --slave_transaction_retries).
2 lines
100 B
Plaintext
2 lines
100 B
Plaintext
--innodb --loose-innodb_lock_wait_timeout=4 --slave-transaction-retries=2 --max-relay-log-size=4096
|