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, 4 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index a158e26e0fc..0e662c0a6d4 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -480,6 +480,7 @@ struct __wt_connection_stats {
int64_t write_io;
int64_t cursor_next_skip_total;
int64_t cursor_prev_skip_total;
+ int64_t cursor_skip_hs_cur_position;
int64_t cursor_cached_count;
int64_t cursor_insert_bulk;
int64_t cursor_cache;
@@ -501,6 +502,7 @@ struct __wt_connection_stats {
int64_t cursor_reserve;
int64_t cursor_reset;
int64_t cursor_search;
+ int64_t cursor_search_hs;
int64_t cursor_search_near;
int64_t cursor_sweep_buckets;
int64_t cursor_sweep_closed;
@@ -875,6 +877,7 @@ struct __wt_dsrc_stats {
int64_t compress_write_too_small;
int64_t cursor_next_skip_total;
int64_t cursor_prev_skip_total;
+ int64_t cursor_skip_hs_cur_position;
int64_t cursor_insert_bulk;
int64_t cursor_reopen;
int64_t cursor_cache;
@@ -897,6 +900,7 @@ struct __wt_dsrc_stats {
int64_t cursor_reserve;
int64_t cursor_reset;
int64_t cursor_search;
+ int64_t cursor_search_hs;
int64_t cursor_search_near;
int64_t cursor_truncate;
int64_t cursor_update;