Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Ddbcommands.cpp508 if (auto idIndexElem = cmdObj["idIndex"]) { in run() local
513 str::stream() << "'idIndex' is not allowed with 'viewOn': " << idIndexElem}); in run()
520 << idIndexElem}); in run()
523 if (idIndexElem.type() != BSONType::Object) { in run()
527 str::stream() << "'idIndex' has to be a document: " << idIndexElem}); in run()
530 auto idIndexSpec = idIndexElem.Obj(); in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Doplog.cpp797 if (auto idIndexElem = cmd["idIndex"]) { in __anon4389f0c10702() local
801 opCtx, nss.db().toString(), ui, cmdWithoutIdIndex, idIndexElem.Obj()); in __anon4389f0c10702()