Home
last modified time | relevance | path

Searched refs:WT_DHANDLE_IS_METADATA (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dmeta.h40 #define WT_IS_METADATA(dh) F_ISSET((dh), WT_DHANDLE_IS_METADATA)
H A Ddhandle.h120 #define WT_DHANDLE_IS_METADATA 0x20u /* Metadata handle */ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_dhandle.c196 F_SET(dhandle, WT_DHANDLE_IS_METADATA); in __wt_conn_dhandle_alloc()