summaryrefslogtreecommitdiff
path: root/db/matcher.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-08-30 14:06:32 -0700
committerAaron <aaron@10gen.com>2010-08-30 14:06:32 -0700
commita61f143e2f2276ce21c288aad23ae00559944af9 (patch)
tree656c100acc40be9f87d825f6d30ce560a0c0e1b1 /db/matcher.h
parent0fabb0e31d58d85e09f0f51ec61447c5c0772026 (diff)
downloadmongo-a61f143e2f2276ce21c288aad23ae00559944af9.tar.gz
SERVER-1701 don't use index key to resolve exists query
Diffstat (limited to 'db/matcher.h')
-rw-r--r--db/matcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/matcher.h b/db/matcher.h
index a4e1667880d..c29208c4f57 100644
--- a/db/matcher.h
+++ b/db/matcher.h
@@ -240,6 +240,7 @@ namespace mongo {
shared_ptr< Matcher > _docMatcher;
Matcher _keyMatcher;
bool _needRecord;
+ bool _useRecordOnly;
};
} // namespace mongo