summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-04-19 17:46:33 -0400
committerEliot Horowitz <eliot@10gen.com>2011-04-19 17:46:33 -0400
commitf8cb1e292c1e7e80ba5627468705cbf0130c82af (patch)
tree764d15d8e876491d278df0ac2a987dbd2638348e /s
parent157ab952e51c0c08e9c6534541ee276a4d9b4292 (diff)
downloadmongo-f8cb1e292c1e7e80ba5627468705cbf0130c82af.tar.gz
test for SERVER-2961 and comment
Diffstat (limited to 's')
-rw-r--r--s/strategy_single.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/s/strategy_single.cpp b/s/strategy_single.cpp
index ea11000cf04..5f233f83cf9 100644
--- a/s/strategy_single.cpp
+++ b/s/strategy_single.cpp
@@ -95,7 +95,10 @@ namespace mongo {
LOG(3) << "single getmore: " << ns << endl;
long long id = r.d().getInt64( 4 );
-
+
+ // we used ScopedDbConnection because we don't get about config versions
+ // not deleting data is handled elsewhere
+ // and we don't want to call setShardVersion
ScopedDbConnection conn( cursorCache.getRef( id ) );
Message response;