summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/btree.h
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-02-22 03:58:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-22 04:49:19 +0000
commitd6d2fc0b95c4bf5691c34f162b605d0213fb43fb (patch)
tree4deba1e29581c880369c6e3ffd6f83aeb2d73ed6 /src/third_party/wiredtiger/src/include/btree.h
parentdee387846fc54214d517eb61e7eb2bbb0acba018 (diff)
downloadmongo-d6d2fc0b95c4bf5691c34f162b605d0213fb43fb.tar.gz
Import wiredtiger: 23a55156ef0c89d6c5eed761c43b95c228376e98 from branch mongodb-master
ref: ea428f0b6b..23a55156ef for: 6.0.0 WT-8849 Fix RTS for "logged" files
Diffstat (limited to 'src/third_party/wiredtiger/src/include/btree.h')
-rw-r--r--src/third_party/wiredtiger/src/include/btree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/btree.h b/src/third_party/wiredtiger/src/include/btree.h
index d31f8fbae1d..a392f646bf7 100644
--- a/src/third_party/wiredtiger/src/include/btree.h
+++ b/src/third_party/wiredtiger/src/include/btree.h
@@ -256,8 +256,8 @@ struct __wt_btree {
#define WT_BTREE_CLOSED 0x0004000u /* Handle closed */
#define WT_BTREE_IGNORE_CACHE 0x0008000u /* Cache-resident object */
#define WT_BTREE_IN_MEMORY 0x0010000u /* Cache-resident object */
-#define WT_BTREE_NO_CHECKPOINT 0x0020000u /* Disable checkpoints */
-#define WT_BTREE_NO_LOGGING 0x0040000u /* Disable logging */
+#define WT_BTREE_LOGGED 0x0020000u /* Commit-level durability without timestamps */
+#define WT_BTREE_NO_CHECKPOINT 0x0040000u /* Disable checkpoints */
#define WT_BTREE_OBSOLETE_PAGES 0x0080000u /* Handle has obsolete pages */
#define WT_BTREE_READONLY 0x0100000u /* Handle is readonly */
#define WT_BTREE_SALVAGE 0x0200000u /* Handle is for salvage */