1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-12-07 08:42:12 +03:00
Files
wsrep-lib/include/wsrep/provider.hpp
Daniele Sciascia 052247144f Support recovery of XA transactions
* Add method `restore_prepared_transaction` to `client_state` class
  which restores a transaction state from storage given its xid.
* Add method `commit_or_rollback_by_xid` to terminate prepared XA
  transactions by xid.
* Make sure that transactions in prepared state are not rolled back
  when their master fails/partitions away.
2019-10-16 10:16:39 +02:00

15 KiB