summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
AgeCommit message (Collapse)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 ↵Yoonsoo Kim
request except hello/isMaster
2021-07-20Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ↵Yoonsoo Kim
info This reverts commit 3b293a78b0e24c5497464c3979daddfa0792bb55.
2021-07-20SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik
2020-05-11SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to ↵Drew Paroski
top-level, take 2
2020-05-11Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ↵Drew Paroski
arg to top-level" This reverts commit d7d3a0d782ced557c26b9eb81ea97cc242762c8f.
2020-05-09SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to ↵Drew Paroski
top-level
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
Includes changes to the following: - Bulk API - CRUD API - DBCollection CRUD methods (e.g. DBCollection.prototype.remove()) - New DBQuery.prototype.collation() method to use with find().
2016-03-09SERVER-22469 Format JS code with approved style in src/mongo/shell & ↵Jonathan Abrahams
src/mongo/scripting
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 ↵David Storch
readPref
2014-11-14SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch
Also adds multi-version test for explain.
2014-11-12SERVER-16036 change DBQueryQuery.count() shell helper to return the explain ↵David Storch
result rather than a cursor
2014-10-13SERVER-14875 explain helpers for the shellDavid Storch