1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-24 10:42:31 +03:00

Added logger class, BF abort debugging.

This commit is contained in:
Teemu Ollakka
2018-04-30 17:28:18 +03:00
parent 3c334fbc87
commit e3ca0d699b
16 changed files with 483 additions and 151 deletions

View File

@ -31,13 +31,14 @@ namespace trrep
wsrep_trx_meta_t*);
wsrep_status_t bf_abort(wsrep_seqno_t,
wsrep_trx_id_t,
wsrep_seqno_t*) { return WSREP_OK; }
int rollback(const wsrep_trx_id_t) { return 0; }
wsrep_seqno_t*);
int rollback(const wsrep_trx_id_t) { ::abort(); return 0; }
wsrep_status commit_order_enter(const wsrep_ws_handle_t*,
const wsrep_trx_meta_t*);
int commit_order_leave(const wsrep_ws_handle_t*,
const wsrep_trx_meta_t*);
int release(wsrep_ws_handle_t*);
int replay(wsrep_ws_handle_t*, void*);
int sst_sent(const wsrep_gtid_t&,int);
int sst_received(const wsrep_gtid_t& gtid, int);