summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22535 Migration source manager checks for PlanExecutor errors during i...Tess Avitabile2016-02-091-1/+10
* SERVER-22498 fix migration session id multiversion failureDianna Hohensee2016-02-081-3/+8
* SERVER-20290 Introduce migration session id, with testDianna Hohensee2016-02-021-10/+39
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-271-2/+2
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2016-01-221-2/+10
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-291-0/+3
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-18/+18
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-18/+18
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-18/+18
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+7
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-4/+4
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-20/+2
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-0/+618