summaryrefslogtreecommitdiff
path: root/s/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* reload full db when dropping collection - SERVER-3517gregs2011-08-091-1/+1
* check auth before querying SERVER-3533Kristina2011-08-041-0/+2
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-261-2/+6
* SERVER-2531: added support for MERGE mode for M/R with sharded outputagirbal2011-06-211-0/+13
* SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-0/+1
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-231-2/+2
* fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482Eliot Horowitz2011-02-051-2/+4
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-15/+15
* fix exception handling in mongosEliot Horowitz2010-12-291-20/+13
* SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cppAlberto Lerner2010-10-011-101/+0
* SERVER-1822 pull out WriteBackListener, next dedup will use itAlberto Lerner2010-10-011-158/+8
* assert for race condition in checkShardVersionEliot Horowitz2010-09-241-1/+2
* writeback hook does a no-op every 5 minutes to prevent socket timeous SERVER-...Eliot Horowitz2010-09-131-0/+3
* slighly cleaner shutdownEliot Horowitz2010-09-031-2/+8
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-0/+2
* actually fix debug buildEliot Horowitz2010-07-271-1/+0
* fix debug compileEliot Horowitz2010-07-271-1/+1
* properly initialize lastIDMathias Stearn2010-07-261-0/+1
* make connection versions thread safe and reset when put in poolEliot Horowitz2010-07-251-6/+37
* less spammy for writebacksEliot Horowitz2010-07-231-1/+1
* some edge case fixes with isnertsEliot Horowitz2010-07-231-1/+4
* retry update/write if config changesEliot Horowitz2010-07-231-1/+5
* don't replay broadcast writes SERVER-1350Eliot Horowitz2010-07-221-1/+3
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-0/+1
* turn on efficient writebacks - will see if anything still breaks SERVER-1349Eliot Horowitz2010-07-221-1/+1
* debuggingEliot Horowitz2010-07-221-1/+1
* getLastError handles writebackEliot Horowitz2010-07-221-4/+41
* raw methods for talking to dbEliot Horowitz2010-07-211-8/+3
* cleaningdwight2010-07-181-2/+2
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-5/+5
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-5/+5
* cout ->logEliot Horowitz2010-07-161-1/+1
* retry checkShardVersion for centious timesEliot Horowitz2010-07-161-3/+10
* testing somethingEliot Horowitz2010-07-151-0/+1
* debugging for write back bugEliot Horowitz2010-07-141-1/+1
* add version to write back so don't over recheck config SERVER-1349Eliot Horowitz2010-07-141-1/+12
* comments for on blocking writebacklistenMathias Stearn2010-07-121-1/+1
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-1/+1
* git rid of "operator string"Mathias Stearn2010-07-071-1/+1
* don't sleep between write backs since could be a lot of themEliot Horowitz2010-07-021-0/+1
* finish first cut at migrate in mognod and lots of fixes SERVER-933Eliot Horowitz2010-07-021-1/+3
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-40/+13
* nicer chunk versionsEliot Horowitz2010-06-301-1/+1
* first cut at using applyOps for updating chunk infoEliot Horowitz2010-06-291-3/+4
* [SERVER-940] Clean state after shard removal 3/3 (refresh state on error)Alberto Lerner2010-06-291-0/+3
* [SERVER-940] Clean state after shard removal 2/3 (kills WriteBackListener to ...Alberto Lerner2010-06-291-1/+4
* cleaning exceptionsEliot Horowitz2010-06-211-2/+1
* some cleaning and shardingState helperEliot Horowitz2010-06-151-1/+5
* Don't ask for a shard's version number, if possible.Alberto Lerner2010-06-031-2/+6
* Use shared_ptr for DBConfigMathias Stearn2010-05-281-1/+1