summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-02-26 13:09:41 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-02-26 14:57:42 -0500
commita3d910925350d2f0204b41ea145e24f74e5c39ce (patch)
tree9a38d5314ecf0691f9ba56f2a8f6724ed4e3df12 /src/mongo/db/pipeline/pipeline_d.cpp
parent997798bde77060ce9d3990d3f4caabbb9e5058df (diff)
downloadmongo-a3d910925350d2f0204b41ea145e24f74e5c39ce.tar.gz
SERVER-10026 don't add a collscan solution if ixscan soln exists
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 d60a3259a15..ae1b42ce887 100644
--- a/src/mongo/db/pipeline/pipeline_d.cpp
+++ b/src/mongo/db/pipeline/pipeline_d.cpp
@@ -147,7 +147,6 @@ namespace {
// cursor. Either way, we can then apply other optimizations there
// are tickets for, such as SERVER-4507.
const size_t runnerOptions = QueryPlannerParams::DEFAULT
- | QueryPlannerParams::INCLUDE_COLLSCAN
| QueryPlannerParams::INCLUDE_SHARD_FILTER
| QueryPlannerParams::NO_BLOCKING_SORT
;