mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
88a1592b0a
If a conflict happens under wsrep_on, the THD's wsrep_conflict_state is typically set to MUST_ABORT and cleared later, when transaction is aborted. However, when wsrep_on is disabled, no check is performed to see whether wsrep_conflict_state is set. So this potentially creates spurious deadlock errors on the subsequent statement that runs with wsrep_on enabled. To avoid this problem wsrep_thd_set_conflict_state() sets the conflict state only if wsrep_on is enabled. |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
disabled.def | ||
galera_2nodes.cnf | ||
galera_2nodes_as_master.cnf | ||
galera_2nodes_as_slave.cnf | ||
galera_3nodes_as_slave.cnf | ||
galera_4nodes.cnf | ||
my.cnf | ||
suite.pm |