diff options
Diffstat (limited to 'src/mongo/db/exec/count.cpp')
-rw-r--r-- | src/mongo/db/exec/count.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/count.cpp b/src/mongo/db/exec/count.cpp index 58cf1bec598..cc31f30898b 100644 --- a/src/mongo/db/exec/count.cpp +++ b/src/mongo/db/exec/count.cpp @@ -180,7 +180,7 @@ namespace mongo { } } - void CountStage::invalidate(OperationContext* txn, const DiskLoc& dl, InvalidationType type) { + void CountStage::invalidate(OperationContext* txn, const RecordId& dl, InvalidationType type) { ++_commonStats.invalidates; if (_child.get()) { _child->invalidate(txn, dl, type); |