summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-05-12 17:05:11 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-05-13 16:07:58 -0400
commitb3e8e45ea6f346f804161e1fe4043ba3e5850ba8 (patch)
tree4179ad2d0fbb673fc5d72b7a5e84c97c34fe053f /src/mongo/db/pipeline/pipeline_d.cpp
parenta6a0c243b6cd6a5d45c876ab100a21073c070a00 (diff)
downloadmongo-b3e8e45ea6f346f804161e1fe4043ba3e5850ba8.tar.gz
SERVER-13922 remove query yielding and some dbtemprelease
Diffstat (limited to 'src/mongo/db/pipeline/pipeline_d.cpp')
-rw-r--r--src/mongo/db/pipeline/pipeline_d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline_d.cpp b/src/mongo/db/pipeline/pipeline_d.cpp
index a61e76e1ce3..5f575ab3d73 100644
--- a/src/mongo/db/pipeline/pipeline_d.cpp
+++ b/src/mongo/db/pipeline/pipeline_d.cpp
@@ -198,7 +198,6 @@ namespace {
// DocumentSourceCursor expects a yielding Runner that has had its state saved.
- runner->setYieldPolicy(Runner::YIELD_AUTO);
runner->saveState();
// Put the Runner into a DocumentSourceCursor and add it to the front of the pipeline.