summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-9/+18
* SERVER-18022 Fix places relying on old $readMajorityTemporaryNameMathias Stearn2015-08-281-3/+3
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-4/+6
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-261/+249
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-7/+11
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch2014-11-141-5/+16
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-0/+12
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-17/+17
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+7
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+321