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.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/third_party/wiredtiger/src/include/flags.h b/src/third_party/wiredtiger/src/include/flags.h
index e7a5ba066df..2f0c207078a 100644
--- a/src/third_party/wiredtiger/src/include/flags.h
+++ b/src/third_party/wiredtiger/src/include/flags.h
@@ -102,15 +102,16 @@
#define WT_VERB_REBALANCE 0x00008000
#define WT_VERB_RECONCILE 0x00010000
#define WT_VERB_RECOVERY 0x00020000
-#define WT_VERB_SALVAGE 0x00040000
-#define WT_VERB_SHARED_CACHE 0x00080000
-#define WT_VERB_SPLIT 0x00100000
-#define WT_VERB_TEMPORARY 0x00200000
-#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_VERB_RECOVERY_PROGRESS 0x00040000
+#define WT_VERB_SALVAGE 0x00080000
+#define WT_VERB_SHARED_CACHE 0x00100000
+#define WT_VERB_SPLIT 0x00200000
+#define WT_VERB_TEMPORARY 0x00400000
+#define WT_VERB_THREAD_GROUP 0x00800000
+#define WT_VERB_TRANSACTION 0x01000000
+#define WT_VERB_VERIFY 0x02000000
+#define WT_VERB_VERSION 0x04000000
+#define WT_VERB_WRITE 0x08000000
#define WT_VISIBILITY_ERR 0x00000080
/*
* flags section: END