mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
11a1c83c03
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).
1 line
100 B
Text
1 line
100 B
Text
--innodb --loose-innodb_lock_wait_timeout=4 --slave-transaction-retries=2 --max-relay-log-size=4096
|