#include "../pch.h"#include "diskloc.h"#include "jsobj.h"#include "indexkey.h"

Go to the source code of this file.
Classes | |
| struct | mongo::IndexChanges |
| class | mongo::IndexDetails |
Namespaces | |
| namespace | mongo |
Functions | |
| void | mongo::dupCheck (vector< IndexChanges > &v, NamespaceDetails &d, DiskLoc curObjLoc) |
| void | mongo::getIndexChanges (vector< IndexChanges > &v, NamespaceDetails &d, BSONObj newObj, BSONObj oldObj, bool &cangedId) |