summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-111-0/+5
* Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...Drew Paroski2020-05-111-5/+0
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-091-0/+5
* SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shellSophie Saskin2019-12-061-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-2/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
* 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