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.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/third_party/wiredtiger/src/include/flags.h b/src/third_party/wiredtiger/src/include/flags.h
index f134af69d29..5d718da473d 100644
--- a/src/third_party/wiredtiger/src/include/flags.h
+++ b/src/third_party/wiredtiger/src/include/flags.h
@@ -2,6 +2,7 @@
* DO NOT EDIT: automatically built by dist/flags.py.
* flags section: BEGIN
*/
+#define WT_CHECKPOINTING 0x00000001
#define WT_CONN_CACHE_POOL 0x00000001
#define WT_CONN_CKPT_SYNC 0x00000002
#define WT_CONN_CLOSING 0x00000004
@@ -21,10 +22,12 @@
#define WT_CONN_SERVER_STATISTICS 0x00010000
#define WT_CONN_SERVER_SWEEP 0x00020000
#define WT_CONN_WAS_BACKUP 0x00040000
-#define WT_EVICTING 0x00000001
-#define WT_EVICT_IN_MEMORY 0x00000002
-#define WT_EVICT_LOOKASIDE 0x00000004
-#define WT_EVICT_UPDATE_RESTORE 0x00000008
+#define WT_EVICTING 0x00000002
+#define WT_EVICT_INMEM_SPLIT 0x00000004
+#define WT_EVICT_IN_MEMORY 0x00000008
+#define WT_EVICT_LOOKASIDE 0x00000010
+#define WT_EVICT_SCRUB 0x00000020
+#define WT_EVICT_UPDATE_RESTORE 0x00000040
#define WT_LOGSCAN_FIRST 0x00000001
#define WT_LOGSCAN_FROM_CKP 0x00000002
#define WT_LOGSCAN_ONE 0x00000004
@@ -96,11 +99,12 @@
#define WT_VERB_SHARED_CACHE 0x00080000
#define WT_VERB_SPLIT 0x00100000
#define WT_VERB_TEMPORARY 0x00200000
-#define WT_VERB_TRANSACTION 0x00400000
-#define WT_VERB_VERIFY 0x00800000
-#define WT_VERB_VERSION 0x01000000
-#define WT_VERB_WRITE 0x02000000
-#define WT_VISIBILITY_ERR 0x00000010
+#define WT_VERB_THREAD_GROUP 0x00400000
+#define WT_VERB_TRANSACTION 0x00800000
+#define WT_VERB_VERIFY 0x01000000
+#define WT_VERB_VERSION 0x02000000
+#define WT_VERB_WRITE 0x04000000
+#define WT_VISIBILITY_ERR 0x00000080
/*
* flags section: END
* DO NOT EDIT: automatically built by dist/flags.py.