summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/or.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-01-13 14:28:54 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-01-14 10:30:26 -0500
commit12c261b2cb30ed3e50261abad95df249a5503283 (patch)
tree25ad8622f38867b2fc51c074d42f6784a8a69da5 /src/mongo/db/exec/or.h
parent59b0371902b5b278ef1e88a9c15424c6efeea666 (diff)
downloadmongo-12c261b2cb30ed3e50261abad95df249a5503283.tar.gz
SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutation or deletion
Diffstat (limited to 'src/mongo/db/exec/or.h')
-rw-r--r--src/mongo/db/exec/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/or.h b/src/mongo/db/exec/or.h
index 14393e5c3da..fa765f67ea6 100644
--- a/src/mongo/db/exec/or.h
+++ b/src/mongo/db/exec/or.h
@@ -56,7 +56,7 @@ namespace mongo {
virtual void prepareToYield();
virtual void recoverFromYield();
- virtual void invalidate(const DiskLoc& dl);
+ virtual void invalidate(const DiskLoc& dl, InvalidationType type);
virtual PlanStageStats* getStats();