Only in mongo-2.0.3t/s: balance.o Only in mongo-2.0.3t/s: balancer_policy.o Only in mongo-2.0.3t/s: client.o Only in mongo-2.0.3t/s: commands_admin.o Only in mongo-2.0.3t/s: commands_public.o Only in mongo-2.0.3t/s: config_migrate.o Only in mongo-2.0.3t/s: cursors.o diff -c mongodb-src-r2.0.3/s/d_migrate.cpp mongo-2.0.3t/s/d_migrate.cpp *** mongodb-src-r2.0.3/s/d_migrate.cpp Mon Feb 27 00:44:09 2012 --- mongo-2.0.3t/s/d_migrate.cpp Mon Mar 12 16:16:17 2012 *************** *** 162,168 **** { writelock lk(ns); RemoveSaver rs("moveChunk",ns,"post-cleanup"); ! long long numDeleted = Helpers::removeRange( ns , min , max , true , false , cmdLine.moveParanoia ? &rs : 0 ); log() << "moveChunk deleted: " << numDeleted << migrateLog; } --- 162,168 ---- { writelock lk(ns); RemoveSaver rs("moveChunk",ns,"post-cleanup"); ! long long numDeleted = Helpers::removeRange( ns , min , max , true , false , cmdLine.moveParanoia ? &rs : 0, true ); log() << "moveChunk deleted: " << numDeleted << migrateLog; } *************** *** 1254,1260 **** string system_indexes = cc().database()->name + ".system.indexes"; for ( unsigned i=0; iname + ".system.indexes"; for ( unsigned i=0; igetLastOp(); didAnything = true; --- 1464,1470 ---- } } ! Helpers::removeRange( ns , id , id, false , true , cmdLine.moveParanoia ? &rs : 0, true ); *lastOpApplied = cx.getClient()->getLastOp(); didAnything = true; *************** *** 1479,1485 **** while ( i.more() ) { BSONObj it = i.next().Obj(); ! Helpers::upsert( ns , it ); *lastOpApplied = cx.getClient()->getLastOp(); didAnything = true; --- 1479,1485 ---- while ( i.more() ) { BSONObj it = i.next().Obj(); ! Helpers::upsert( ns , it, true ); *lastOpApplied = cx.getClient()->getLastOp(); didAnything = true; Only in mongo-2.0.3t/s: mr_shard.o Only in mongo-2.0.3t/s: request.o Only in mongo-2.0.3t/s: s_only.o Only in mongo-2.0.3t/s: security.o Only in mongo-2.0.3t/s: server.o Only in mongo-2.0.3t/s: shard_version.o Only in mongo-2.0.3t/s: shardconnection.o Only in mongo-2.0.3t/s: stats.o Only in mongo-2.0.3t/s: strategy.o Only in mongo-2.0.3t/s: strategy_shard.o Only in mongo-2.0.3t/s: strategy_single.o Only in mongo-2.0.3t/s: writeback_listener.o