summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/config_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-485/+0
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-0/+3
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-217/+37
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16733 mongos does not fail when different configdb string is usedRandolph Tan2015-01-091-0/+231
* SERVER-12654 append additional information to inconsistent config writesSiyuan Zhou2014-02-181-2/+8
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-2/+3
* SERVER-9469 Removed n field from response when ok: 0Randolph Tan2013-12-201-3/+0
* SERVER-9469 Removed top level errInfo fieldRandolph Tan2013-12-201-21/+0
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-191-9/+0
* SERVER-11712 Improve error reporting on config server writesRandolph Tan2013-11-181-19/+14
* SERVER-10818 config batches with w:0 wc can dassertGreg Studer2013-11-141-1/+0
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-131-0/+461