summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch2022-08-181-10/+7
|
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY ↵Yoonsoo Kim2021-07-201-92/+27
| | | | request except hello/isMaster
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ↵Yoonsoo Kim2021-07-201-27/+92
| | | | | | info This reverts commit 3b293a78b0e24c5497464c3979daddfa0792bb55.
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-92/+27
|
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to ↵Drew Paroski2020-05-111-0/+5
| | | | top-level, take 2
* Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ↵Drew Paroski2020-05-111-5/+0
| | | | | | arg to top-level" This reverts commit d7d3a0d782ced557c26b9eb81ea97cc242762c8f.
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to ↵Drew Paroski2020-05-091-0/+5
| | | | top-level
* 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
| | | | | | | | 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().
* SERVER-22469 Format JS code with approved style in src/mongo/shell & ↵Jonathan Abrahams2016-03-091-10/+8
| | | | src/mongo/scripting
* 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 ↵David Storch2014-12-021-1/+19
| | | | readPref
* SERVER-16053 shell retries using $explain if explain cmd not found on a shardDavid Storch2014-11-141-13/+33
| | | | Also adds multi-version test for explain.
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain ↵David Storch2014-11-121-3/+5
| | | | result rather than a cursor
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+222