Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dop_observer_impl.cpp264 const NamespaceString systemIndexes{nss.getSystemIndexesCollection()}; in onCreateIndex() local
290 systemIndexes, in onCreateIndex()
303 ->logOp(opCtx, "i", systemIndexes, indexDoc, nullptr); in onCreateIndex()
305 auto css = CollectionShardingState::get(opCtx, systemIndexes); in onCreateIndex()
H A Ddb.cpp607 const NamespaceString systemIndexes(db->name(), "system.indexes"); in repairDatabasesAndCheckVersion() local
609 Collection* coll = db->getCollection(opCtx, systemIndexes); in repairDatabasesAndCheckVersion()
611 opCtx, systemIndexes.ns(), coll, PlanExecutor::NO_YIELD); in repairDatabasesAndCheckVersion()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/ops/
H A Dwrite_ops_exec.cpp251 const NamespaceString& systemIndexes, in createIndex() argument
264 << systemIndexes.ns(), in createIndex()
265 ns.db() == systemIndexes.db()); in createIndex()
272 opCtx, OpMsgRequest::fromDBAndBody(systemIndexes.db(), cmdBuilder.obj())); in createIndex()