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.h60
1 files changed, 32 insertions, 28 deletions
diff --git a/src/third_party/wiredtiger/src/include/flags.h b/src/third_party/wiredtiger/src/include/flags.h
index bafff92fbc0..24fae4abccd 100644
--- a/src/third_party/wiredtiger/src/include/flags.h
+++ b/src/third_party/wiredtiger/src/include/flags.h
@@ -39,15 +39,17 @@
#define WT_LOG_SYNC_ENABLED 0x00000010
#define WT_READ_CACHE 0x00000001
#define WT_READ_COMPACT 0x00000002
-#define WT_READ_NO_EMPTY 0x00000004
-#define WT_READ_NO_EVICT 0x00000008
-#define WT_READ_NO_GEN 0x00000010
-#define WT_READ_NO_WAIT 0x00000020
-#define WT_READ_PREV 0x00000040
-#define WT_READ_SKIP_INTL 0x00000080
-#define WT_READ_SKIP_LEAF 0x00000100
-#define WT_READ_TRUNCATE 0x00000200
-#define WT_READ_WONT_NEED 0x00000400
+#define WT_READ_NOTFOUND_OK 0x00000004
+#define WT_READ_NO_EMPTY 0x00000008
+#define WT_READ_NO_EVICT 0x00000010
+#define WT_READ_NO_GEN 0x00000020
+#define WT_READ_NO_WAIT 0x00000040
+#define WT_READ_PREV 0x00000080
+#define WT_READ_RESTART_OK 0x00000100
+#define WT_READ_SKIP_INTL 0x00000200
+#define WT_READ_SKIP_LEAF 0x00000400
+#define WT_READ_TRUNCATE 0x00000800
+#define WT_READ_WONT_NEED 0x00001000
#define WT_SESSION_CAN_WAIT 0x00000001
#define WT_SESSION_CLEAR_EVICT_WALK 0x00000002
#define WT_SESSION_INTERNAL 0x00000004
@@ -57,15 +59,16 @@
#define WT_SESSION_LOCKED_SLOT 0x00000040
#define WT_SESSION_LOCKED_TABLE 0x00000080
#define WT_SESSION_LOCKED_TURTLE 0x00000100
-#define WT_SESSION_LOGGING_INMEM 0x00000200
-#define WT_SESSION_LOOKASIDE_CURSOR 0x00000400
-#define WT_SESSION_NO_CACHE 0x00000800
-#define WT_SESSION_NO_DATA_HANDLES 0x00001000
-#define WT_SESSION_NO_EVICTION 0x00002000
-#define WT_SESSION_NO_LOGGING 0x00004000
-#define WT_SESSION_NO_SCHEMA_LOCK 0x00008000
-#define WT_SESSION_QUIET_CORRUPT_FILE 0x00010000
-#define WT_SESSION_SERVER_ASYNC 0x00020000
+#define WT_SESSION_LOCK_NO_WAIT 0x00000200
+#define WT_SESSION_LOGGING_INMEM 0x00000400
+#define WT_SESSION_LOOKASIDE_CURSOR 0x00000800
+#define WT_SESSION_NO_CACHE 0x00001000
+#define WT_SESSION_NO_DATA_HANDLES 0x00002000
+#define WT_SESSION_NO_EVICTION 0x00004000
+#define WT_SESSION_NO_LOGGING 0x00008000
+#define WT_SESSION_NO_SCHEMA_LOCK 0x00010000
+#define WT_SESSION_QUIET_CORRUPT_FILE 0x00020000
+#define WT_SESSION_SERVER_ASYNC 0x00040000
#define WT_TXN_LOG_CKPT_CLEANUP 0x00000001
#define WT_TXN_LOG_CKPT_PREPARE 0x00000002
#define WT_TXN_LOG_CKPT_START 0x00000004
@@ -85,16 +88,17 @@
#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
+#define WT_VERB_REBALANCE 0x00004000
+#define WT_VERB_RECONCILE 0x00008000
+#define WT_VERB_RECOVERY 0x00010000
+#define WT_VERB_SALVAGE 0x00020000
+#define WT_VERB_SHARED_CACHE 0x00040000
+#define WT_VERB_SPLIT 0x00080000
+#define WT_VERB_TEMPORARY 0x00100000
+#define WT_VERB_TRANSACTION 0x00200000
+#define WT_VERB_VERIFY 0x00400000
+#define WT_VERB_VERSION 0x00800000
+#define WT_VERB_WRITE 0x01000000
#define WT_VISIBILITY_ERR 0x00000010
/*
* flags section: END