summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/keep_mutations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/keep_mutations.cpp')
-rw-r--r--src/mongo/db/exec/keep_mutations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/keep_mutations.cpp b/src/mongo/db/exec/keep_mutations.cpp
index 025e1ee5e27..c35793c4300 100644
--- a/src/mongo/db/exec/keep_mutations.cpp
+++ b/src/mongo/db/exec/keep_mutations.cpp
@@ -125,7 +125,7 @@ namespace mongo {
}
void KeepMutationsStage::invalidate(OperationContext* txn,
- const DiskLoc& dl,
+ const RecordId& dl,
InvalidationType type) {
++_commonStats.invalidates;
_child->invalidate(txn, dl, type);