Searched defs:__txn_detail (Results 1 – 1 of 1) sorted by relevance
32 typedef struct __txn_detail { struct33 u_int32_t txnid; /* current transaction id35 DB_LSN last_lsn; /* last lsn written for this txn */36 DB_LSN begin_lsn; /* lsn of begin record */37 size_t last_lock; /* offset in lock region of last lock39 size_t parent; /* Offset of transaction's parent. */45 u_int32_t status; /* status of the transaction */46 SH_TAILQ_ENTRY links; /* free/active list */54 u_int32_t xa_status; /* XA status */60 DB_XID xid; /* XA global transaction id */[all …]