Home
last modified time | relevance | path

Searched defs:selectSnapshot (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Drecovery_unit.h160 virtual Status selectSnapshot(Timestamp timestamp) { in selectSnapshot() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/wiredtiger/
H A Dwiredtiger_recovery_unit.cpp304 Status WiredTigerRecoveryUnit::selectSnapshot(Timestamp timestamp) { in selectSnapshot() function in mongo::WiredTigerRecoveryUnit