summaryrefslogtreecommitdiff
path: root/db/query.cpp
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-06-18 21:24:41 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-06-18 21:24:41 +0200
commit64b33ee522375a8dc15be2875dfb7db4502259b0 (patch)
tree44979e0aaf6bb576f4a737a93e071e28809b6779 /db/query.cpp
parent4d87ff4aa74d7ae975268ac43eee152dc3f5b7e9 (diff)
Imported Upstream version 1.8.2upstream/1.8.2
Diffstat (limited to 'db/query.cpp')
-rw-r--r--db/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/query.cpp b/db/query.cpp
index 7f23ac8aee3..671e7146898 100644
--- a/db/query.cpp
+++ b/db/query.cpp
@@ -1163,7 +1163,7 @@ namespace mongo {
cc = new ClientCursor(queryOptions, multi, ns, jsobj.getOwned());
}
else {
- cursor->setMatcher( dqo.matcher() );
+ if( ! cursor->matcher() ) cursor->setMatcher( dqo.matcher() );
cc = new ClientCursor( queryOptions, cursor, ns, jsobj.getOwned() );
}
cursorid = cc->cursorid();