summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/stat.h
diff options
context:
space:
mode:
authorJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-11-03 16:13:20 +0000
committerJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-11-03 16:13:20 +0000
commite74d2910bbe76790ad131d53fee277829cd95982 (patch)
treecabe148764529c9623652374fbc36323a550cd44 /src/third_party/wiredtiger/src/include/stat.h
parent280145e9940729480bb8a35453d4056afac87641 (diff)
parentba467f46cc1bc49965e1d72b541eff0cf1d7b22e (diff)
downloadmongo-e74d2910bbe76790ad131d53fee277829cd95982.tar.gz
Merge branch 'master' into jenniferpeshansky/SERVER-70854jenniferpeshansky/SERVER-70854
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 1f2aafc94f5..c97b6941e3c 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -592,8 +592,8 @@ struct __wt_connection_stats {
int64_t cursor_next;
int64_t cursor_next_error;
int64_t cursor_next_hs_tombstone;
- int64_t cursor_next_skip_ge_100;
int64_t cursor_next_skip_lt_100;
+ int64_t cursor_next_skip_ge_100;
int64_t cursor_next_random_error;
int64_t cursor_restart;
int64_t cursor_prev;
@@ -1081,8 +1081,8 @@ struct __wt_dsrc_stats {
int64_t cursor_modify_error;
int64_t cursor_next_error;
int64_t cursor_next_hs_tombstone;
- int64_t cursor_next_skip_ge_100;
int64_t cursor_next_skip_lt_100;
+ int64_t cursor_next_skip_ge_100;
int64_t cursor_next_random_error;
int64_t cursor_prev_error;
int64_t cursor_prev_hs_tombstone;