summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/stat.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-07-03 17:59:59 +1000
committerLuke Chen <luke.chen@mongodb.com>2020-07-03 17:59:59 +1000
commit09eac8deb5d7d953dc974010c10bef577fa30dee (patch)
tree264ae759a03135b73fd4f5a1b957177578f2968d /src/third_party/wiredtiger/src/include/stat.h
parent6f8fb7e4c6259e9bca0a33cd8c681be7f9447f97 (diff)
downloadmongo-09eac8deb5d7d953dc974010c10bef577fa30dee.tar.gz
Import wiredtiger: d09046d3d6edb1677739eafd7b63b840c92cf9c9 from branch mongodb-4.4
ref: 95e4b38eeb..d09046d3d6 for: 4.4.0-rc13 WT-6444 Abort a transaction if it is force evicting and oldest
Diffstat (limited to 'src/third_party/wiredtiger/src/include/stat.h')
-rw-r--r--src/third_party/wiredtiger/src/include/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index ee0e4778457..dd6bc42118a 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -393,6 +393,7 @@ struct __wt_connection_stats {
int64_t cache_eviction_force;
int64_t cache_eviction_force_fail;
int64_t cache_eviction_force_fail_time;
+ int64_t cache_eviction_force_rollback;
int64_t cache_eviction_hazard;
int64_t cache_hazard_checks;
int64_t cache_hazard_walks;