summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/eof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/eof.cpp')
-rw-r--r--src/mongo/db/exec/eof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/eof.cpp b/src/mongo/db/exec/eof.cpp
index 0ab4cbb166c..c21e6cf6668 100644
--- a/src/mongo/db/exec/eof.cpp
+++ b/src/mongo/db/exec/eof.cpp
@@ -60,7 +60,7 @@ namespace mongo {
++_commonStats.unyields;
}
- void EOFStage::invalidate(OperationContext* txn, const DiskLoc& dl, InvalidationType type) {
+ void EOFStage::invalidate(OperationContext* txn, const RecordId& dl, InvalidationType type) {
++_commonStats.invalidates;
}