Searched defs:__db_txn_stat (Results 1 – 1 of 1) sorted by relevance
876 struct __db_txn_stat { struct877 DB_LSN st_last_ckp; /* lsn of the last checkpoint */878 DB_LSN st_pending_ckp; /* last checkpoint did not finish */879 time_t st_time_ckp; /* time of last checkpoint */880 u_int32_t st_last_txnid; /* last transaction id given out */881 u_int32_t st_maxtxns; /* maximum number of active txns */882 u_int32_t st_naborts; /* number of aborted transactions */883 u_int32_t st_nbegins; /* number of begun transactions */884 u_int32_t st_ncommits; /* number of committed transactions */885 u_int32_t st_nactive; /* number of active transactions */[all …]