summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/explain_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-21046 Explain no longer supports majority readConcernMathias Stearn2015-11-041-4/+0
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-151-2/+1
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-1/+2
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-66/+114
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+70
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-1/+6
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-4/+10
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-9/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-021-1/+1
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-28/+5
* SERVER-10448 change default explain mode from queryPlanner to executionStatsDavid Storch2014-09-151-5/+5
* SERVER-14101 explain for updateDavid Storch2014-09-111-4/+35
* SERVER-14099 Add explain command support for groupJason Rassi2014-09-081-2/+0
* SERVER-10448 migrate code out of explain_plan.cppDavid Storch2014-07-311-0/+3
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-1/+0
* SERVER-14407 make PlanExecutor own the canonical queryDavid Storch2014-07-101-0/+2
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+111