Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dcollection_cloner.cpp91 BSONObj makeCommandWithUUIDorCollectionName(StringData command, in makeCommandWithUUIDorCollectionName() function
123 makeCommandWithUUIDorCollectionName("count", _options.uuid, sourceNss), in CollectionCloner()
136 makeCommandWithUUIDorCollectionName("listIndexes", _options.uuid, sourceNss), in CollectionCloner()
504 makeCommandWithUUIDorCollectionName("find", _options.uuid, _sourceNss)); in _beginCollectionCallback()
511 cmdObj.appendElements(makeCommandWithUUIDorCollectionName( in _beginCollectionCallback()