Improved transaction handling in PulleyBack plugin (poolback)
authorRick van Rein <rick@openfortress.nl>
Tue, 4 Jul 2017 09:10:42 +0000 (10:10 +0100)
committerRick van Rein <rick@openfortress.nl>
Tue, 4 Jul 2017 09:25:15 +0000 (10:25 +0100)
commit173c2ca95c464e7441344a68de042caf40d06943
tree155524814a5752384498ad0d8d642ef9909bc48d
parent90cfa0758b02849114ba6373f280a4f2d3e534bf
Improved transaction handling in PulleyBack plugin (poolback)
 - Collected failures within a transaction as TXN_ABORT transactional state
 - When commit fails, enact a rollback and remove transaction
 - When prepare fails, still need to invoke rollback (see documentation)
pulleyback/api.c
test/Makefile