summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/chunk_move_write_concern_options.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-23340 Turn off secondaryThrottle by defaultJudah Schvimer2016-04-261-1/+2
|
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-26/+17
| | | | | | Unifies all sharding secondary throttle construction and parsing into a separate class, similarly to what we do for other commands, which need to be serialized/deserialized from BSON.
* SERVER-22591 Move ChunkMoveWriteConcernOptions to separate fileKaloian Manassiev2016-02-121-0/+74
Also moves the cleanupOrphaned command to be under sharding together with the other sharding commands.