summaryrefslogtreecommitdiff
path: root/src/mongo/db/explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+3
* normalize #includes in many filesEric Milkie2013-04-181-4/+4
* SERVER-6268 Change explain output to report statistics on the winning plan in...Aaron2012-07-121-0/+22
* SERVER-5924 Move explain yield count recording from the plan level to the cla...Aaron2012-06-061-5/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-3/+3
* Use append() and appendNumber() rather than the insertion operator when appen...Aaron2012-03-221-14/+16
* SERVER-5288 Use appendNumber when writing long longs to explain output.Aaron2012-03-221-10/+10
* Normalize usage of BSONObjBuilder in explain.cppAaron2012-03-221-31/+28
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-221-6/+6
* SERVER-4150 commentsAaron2012-02-291-1/+1
* SERVER-4150 simplify logic for picking a plan to report at top of explainAaron2012-02-291-12/+8
* SERVER-4150 some cleanupsAaron2012-02-251-2/+3
* SERVER-4150 descriptive though unnecessary getOwnedAaron2012-02-251-1/+1
* SERVER-4150 some explain related cleanupsAaron2012-02-241-2/+1
* SERVER-4150 include additional explain infomation for geo cursorsAaron2012-02-241-13/+19
* SERVER-4150 add covered index supportAaron2012-02-241-2/+4
* error codesAaron2012-02-241-3/+3
* SERVER-4150 clean explain support for single cursor queriesAaron2012-02-241-25/+9
* 4150 explain implementation checkpointAaron2012-02-241-0/+263