Home
last modified time | relevance | path

Searched refs:WT_BTREE_NO_LOGGING (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/meta/
H A Dmeta_table.c92 if (F_ISSET(btree, WT_BTREE_NO_LOGGING)) in __wt_metadata_cursor_open()
93 F_CLR(btree, WT_BTREE_NO_LOGGING); in __wt_metadata_cursor_open()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dbtree.h247 #define WT_BTREE_NO_LOGGING 0x008000u /* Disable logging */ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_handle.c404 F_CLR(btree, WT_BTREE_NO_LOGGING); in __btree_conf()
406 F_SET(btree, WT_BTREE_NO_LOGGING); in __btree_conf()
1003 !F_ISSET(btree, WT_BTREE_NO_LOGGING)); in __wt_btree_immediately_durable()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cache/
H A Dcache_las.c295 if (!F_ISSET(btree, WT_BTREE_NO_LOGGING)) in __wt_las_cursor_open()
296 F_SET(btree, WT_BTREE_NO_LOGGING); in __wt_las_cursor_open()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_log.c269 F_ISSET(S2BT(session), WT_BTREE_NO_LOGGING)) in __wt_txn_log_op()