summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/flags.h')
-rw-r--r--src/third_party/wiredtiger/src/include/flags.h32
1 files changed, 15 insertions, 17 deletions
diff --git a/src/third_party/wiredtiger/src/include/flags.h b/src/third_party/wiredtiger/src/include/flags.h
index faada258c09..675ede9a8a0 100644
--- a/src/third_party/wiredtiger/src/include/flags.h
+++ b/src/third_party/wiredtiger/src/include/flags.h
@@ -18,9 +18,6 @@
#define WT_CONN_SERVER_SWEEP 0x00002000
#define WT_CONN_WAS_BACKUP 0x00004000
#define WT_EVICTING 0x00000001
-#define WT_EVICT_CHECK_SPLITS 0x00000001
-#define WT_EVICT_EXCLUSIVE 0x00000002
-#define WT_EVICT_INMEM_SPLIT 0x00000004
#define WT_FILE_TYPE_CHECKPOINT 0x00000001
#define WT_FILE_TYPE_DATA 0x00000002
#define WT_FILE_TYPE_DIRECTORY 0x00000004
@@ -80,20 +77,21 @@
#define WT_VERB_FILEOPS 0x00000040
#define WT_VERB_LOG 0x00000080
#define WT_VERB_LSM 0x00000100
-#define WT_VERB_METADATA 0x00000200
-#define WT_VERB_MUTEX 0x00000400
-#define WT_VERB_OVERFLOW 0x00000800
-#define WT_VERB_READ 0x00001000
-#define WT_VERB_RECONCILE 0x00002000
-#define WT_VERB_RECOVERY 0x00004000
-#define WT_VERB_SALVAGE 0x00008000
-#define WT_VERB_SHARED_CACHE 0x00010000
-#define WT_VERB_SPLIT 0x00020000
-#define WT_VERB_TEMPORARY 0x00040000
-#define WT_VERB_TRANSACTION 0x00080000
-#define WT_VERB_VERIFY 0x00100000
-#define WT_VERB_VERSION 0x00200000
-#define WT_VERB_WRITE 0x00400000
+#define WT_VERB_LSM_MANAGER 0x00000200
+#define WT_VERB_METADATA 0x00000400
+#define WT_VERB_MUTEX 0x00000800
+#define WT_VERB_OVERFLOW 0x00001000
+#define WT_VERB_READ 0x00002000
+#define WT_VERB_RECONCILE 0x00004000
+#define WT_VERB_RECOVERY 0x00008000
+#define WT_VERB_SALVAGE 0x00010000
+#define WT_VERB_SHARED_CACHE 0x00020000
+#define WT_VERB_SPLIT 0x00040000
+#define WT_VERB_TEMPORARY 0x00080000
+#define WT_VERB_TRANSACTION 0x00100000
+#define WT_VERB_VERIFY 0x00200000
+#define WT_VERB_VERSION 0x00400000
+#define WT_VERB_WRITE 0x00800000
/*
* flags section: END
* DO NOT EDIT: automatically built by dist/flags.py.