summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/support/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/support/stat.c')
-rw-r--r--src/third_party/wiredtiger/src/support/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/support/stat.c b/src/third_party/wiredtiger/src/support/stat.c
index cc72e3552b4..df32edbed87 100644
--- a/src/third_party/wiredtiger/src/support/stat.c
+++ b/src/third_party/wiredtiger/src/support/stat.c
@@ -1248,7 +1248,7 @@ __wt_stat_connection_clear_single(WT_CONNECTION_STATS *stats)
stats->cache_eviction_force = 0;
stats->cache_eviction_force_fail = 0;
stats->cache_eviction_force_fail_time = 0;
- stats->cache_eviction_force_rollback = 0;
+ //stats->cache_eviction_force_rollback = 0;
stats->cache_eviction_hazard = 0;
stats->cache_hazard_checks = 0;
stats->cache_hazard_walks = 0;
@@ -1743,7 +1743,7 @@ __wt_stat_connection_aggregate(WT_CONNECTION_STATS **from, WT_CONNECTION_STATS *
to->cache_eviction_force += WT_STAT_READ(from, cache_eviction_force);
to->cache_eviction_force_fail += WT_STAT_READ(from, cache_eviction_force_fail);
to->cache_eviction_force_fail_time += WT_STAT_READ(from, cache_eviction_force_fail_time);
- to->cache_eviction_force_rollback += WT_STAT_READ(from, cache_eviction_force_rollback);
+ //to->cache_eviction_force_rollback += WT_STAT_READ(from, cache_eviction_force_rollback);
to->cache_eviction_hazard += WT_STAT_READ(from, cache_eviction_hazard);
to->cache_hazard_checks += WT_STAT_READ(from, cache_hazard_checks);
to->cache_hazard_walks += WT_STAT_READ(from, cache_hazard_walks);