summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/projection.cpp')
-rw-r--r--src/mongo/db/exec/projection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/projection.cpp b/src/mongo/db/exec/projection.cpp
index 451fa1c8b2f..9d13644f1a7 100644
--- a/src/mongo/db/exec/projection.cpp
+++ b/src/mongo/db/exec/projection.cpp
@@ -189,7 +189,7 @@ namespace mongo {
member->state = WorkingSetMember::OWNED_OBJ;
member->keyData.clear();
- member->loc = DiskLoc();
+ member->loc = RecordId();
member->obj = bob.obj();
return Status::OK();
}
@@ -257,7 +257,7 @@ namespace mongo {
}
void ProjectionStage::invalidate(OperationContext* txn,
- const DiskLoc& dl,
+ const RecordId& dl,
InvalidationType type) {
++_commonStats.invalidates;
_child->invalidate(txn, dl, type);