summaryrefslogtreecommitdiff
path: root/src/mongo/s/move_chunk_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-92/+54
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-54/+92
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-92/+54
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-6/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+4
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-7/+61
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-10/+10
* SERVER-24467 Make MoveChunkRequest and dependencies comparableKaloian Manassiev2016-06-131-1/+66
* SERVER-22658 make moveChunk accept a flag to determine whether it should take...Dianna Hohensee2016-06-131-0/+2
* SERVER-24071 Use ChunkRange for parsing and creating chunk boundsKaloian Manassiev2016-05-101-2/+1
* SERVER-22628 MoveChunkRequest for constructing moveChunk commandsKaloian Manassiev2016-02-251-0/+73