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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index 9217a31c310..2b80c498fa8 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -305,19 +305,6 @@ struct __wt_connection_stats {
int64_t lsm_work_units_done;
int64_t lsm_work_units_created;
int64_t lsm_work_queue_max;
- int64_t async_cur_queue;
- int64_t async_max_queue;
- int64_t async_alloc_race;
- int64_t async_flush;
- int64_t async_alloc_view;
- int64_t async_full;
- int64_t async_nowork;
- int64_t async_op_alloc;
- int64_t async_op_compact;
- int64_t async_op_insert;
- int64_t async_op_remove;
- int64_t async_op_search;
- int64_t async_op_update;
int64_t block_preload;
int64_t block_read;
int64_t block_write;