summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_db_env.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+27
|
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-2/+0
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-14274 SERVER-14135 implement awaitReplication() in ↵matt dannenberg2014-06-191-11/+0
| | | | LegacyReplicationCoordinator
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-6/+16
| | | | Log waiting cursor ids and add serverStatus section
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+3
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+1
| | | | This reverts commit 0672061deb58aac931912bed68d014247c581968.
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+3
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
|
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+2
|
* fix RangeDeleter unit testEliot Horowitz2014-01-251-0/+3
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk ↵Randolph Tan2013-05-221-1/+1
| | | | | | migrations Moved range deleter files from s/ to db/
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk ↵Randolph Tan2013-05-221-0/+51
migrations Step 3: Replace OldDataCleanup with RangeDeleter