summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
AgeCommit message (Expand)Author
2022-08-18SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch
2021-07-20SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim
2021-07-20Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim
2021-07-20SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik
2020-05-11SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski
2020-05-11Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...Drew Paroski
2020-05-09SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski
2019-12-06SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shellSophie Saskin
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2018-03-16SERVER-32174: Remove old snapshot query optionNick Zolnierz
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-10SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch
2016-03-09SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams
2016-02-10SERVER-21785 Explain with shell does not negate limitTess Avitabile
2016-02-05SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy
2015-09-01SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch
2015-05-21SERVER-18557 remove usage of $cmd.findOne from shell and jstestsAdam Midvidy
2014-12-02SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch
2014-11-14SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch
2014-11-12SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...David Storch
2014-10-13SERVER-14875 explain helpers for the shellDavid Storch