summaryrefslogtreecommitdiff
path: root/s/strategy.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-15 01:08:45 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-15 01:08:45 -0400
commitbe0245cc628385f8baabd7de58464f57c8a7a48d (patch)
treefeb82c8673b05463b2cb035c0add87ff176ccef9 /s/strategy.cpp
parentef19610facb93cd1ed68e11f78a1aa02e55e2d81 (diff)
downloadmongo-be0245cc628385f8baabd7de58464f57c8a7a48d.tar.gz
testing something
Diffstat (limited to 's/strategy.cpp')
-rw-r--r--s/strategy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/s/strategy.cpp b/s/strategy.cpp
index f23bc4c1a8b..873679fc337 100644
--- a/s/strategy.cpp
+++ b/s/strategy.cpp
@@ -123,6 +123,7 @@ namespace mongo {
if ( needVersion.isSet() && needVersion <= db->getChunkManager( ns )->getVersion() ){
// this means when the write went originally, the version was old
// if we're here, it means we've already updated the config, so don't need to do again
+ db->getChunkManager( ns , true ); // TEMP TEMP TEMP ERH
}
else {
db->getChunkManager( ns , true );