summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-14274 SERVER-14135 implement awaitReplication() in ↵matt dannenberg2014-06-191-0/+15
| | | | LegacyReplicationCoordinator
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-37/+7
| | | | Log waiting cursor ids and add serverStatus section
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make ↵Hari Khalsa2014-06-051-16/+8
| | | | range deleter use it
* SERVER-13882 Replace boost::function with stdx::function and boost::bind ↵Andy Schwerin2014-05-161-29/+42
| | | | with stdx::bind.
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-10/+10
|
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-13/+27
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-9468 Move s/field-parser* to db/Jason Rassi2013-06-031-2/+2
|
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk ↵Randolph Tan2013-05-221-0/+504
migrations Moved range deleter files from s/ to db/