summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/stat.h')
-rw-r--r--src/third_party/wiredtiger/src/include/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index d68df6806a7..c4dfa47d976 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -401,7 +401,6 @@ struct __wt_connection_stats {
int64_t cache_eviction_blocked_ooo_checkpoint_race_2;
int64_t cache_eviction_blocked_ooo_checkpoint_race_3;
int64_t cache_eviction_blocked_ooo_checkpoint_race_4;
- int64_t cache_eviction_blocked_remove_hs_race_with_checkpoint;
int64_t cache_eviction_walk_passes;
int64_t cache_eviction_queue_empty;
int64_t cache_eviction_queue_not_empty;
@@ -782,6 +781,8 @@ struct __wt_connection_stats {
int64_t txn_prepare_commit;
int64_t txn_prepare_active;
int64_t txn_prepare_rollback;
+ int64_t txn_prepare_rollback_do_not_remove_hs_update;
+ int64_t txn_prepare_rollback_fix_hs_update_with_ckpt_reserved_txnid;
int64_t txn_query_ts;
int64_t txn_read_race_prepare_update;
int64_t txn_rts;
@@ -909,7 +910,6 @@ struct __wt_dsrc_stats {
int64_t cache_eviction_blocked_ooo_checkpoint_race_2;
int64_t cache_eviction_blocked_ooo_checkpoint_race_3;
int64_t cache_eviction_blocked_ooo_checkpoint_race_4;
- int64_t cache_eviction_blocked_remove_hs_race_with_checkpoint;
int64_t cache_eviction_walk_passes;
int64_t cache_eviction_target_page_lt10;
int64_t cache_eviction_target_page_lt32;