summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_iterator.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2018-11-08 16:23:40 -0500
committerDavid Storch <david.storch@10gen.com>2018-11-27 13:33:54 -0500
commita0f64a185b60422fe15b67a406c7b8e04c191937 (patch)
tree4284490a2d3be19a40c447e2299dac4e0101c4a7 /src/mongo/db/exec/multi_iterator.h
parent99ec5dabaf1286a5440da0bb561e32d3aa79466a (diff)
downloadmongo-a0f64a185b60422fe15b67a406c7b8e04c191937.tar.gz
SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.
Diffstat (limited to 'src/mongo/db/exec/multi_iterator.h')
-rw-r--r--src/mongo/db/exec/multi_iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/multi_iterator.h b/src/mongo/db/exec/multi_iterator.h
index 5b9b9aeef6c..6e84c8253fb 100644
--- a/src/mongo/db/exec/multi_iterator.h
+++ b/src/mongo/db/exec/multi_iterator.h
@@ -75,9 +75,9 @@ public:
static const char* kStageType;
protected:
- void saveState(RequiresCollTag) final;
+ void doSaveStateRequiresCollection() final;
- void restoreState(RequiresCollTag) final;
+ void doRestoreStateRequiresCollection() final;
private:
OperationContext* _opCtx;