Home
last modified time | relevance | path

Searched refs:WT_DHANDLE_DROPPED (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Ddhandle.h40 !F_ISSET(dhandle, WT_DHANDLE_DROPPED))
118 #define WT_DHANDLE_DROPPED 0x08u /* Handle is dropped */ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_dhandle.c672 F_SET(session->dhandle, WT_DHANDLE_DROPPED); in __conn_dhandle_close_one()