summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-0/+2
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-10/+8
* SERVER-21785 Explain with shell does not negate limitTess Avitabile2016-02-101-4/+1
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-8/+8
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-7/+5
* SERVER-18557 remove usage of $cmd.findOne from shell and jstestsAdam Midvidy2015-05-211-15/+5
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-021-1/+19
* SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch2014-11-141-13/+33
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...David Storch2014-11-121-3/+5
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+222