index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
explain_query.js
Age
Commit message (
Expand
)
Author
2022-08-18
SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style format
David Storch
2021-07-20
SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...
Yoonsoo Kim
2021-07-20
Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...
Yoonsoo Kim
2021-07-20
SERVER-58566 Clean up remaining OP_QUERY code
Vishnu Kaushik
2020-05-11
SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...
Drew Paroski
2020-05-11
Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...
Drew Paroski
2020-05-09
SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...
Drew Paroski
2019-12-06
SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shell
Sophie Saskin
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2018-03-16
SERVER-32174: Remove old snapshot query option
Nick Zolnierz
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-10
SERVER-23791 extend shell helpers to pass collation parameter to server
David Storch
2016-03-09
SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...
Jonathan Abrahams
2016-02-10
SERVER-21785 Explain with shell does not negate limit
Tess Avitabile
2016-02-05
SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fix
Mike Grundy
2015-09-01
SERVER-19341 fix read preference and slaveOk handling for the find command
David Storch
2015-05-21
SERVER-18557 remove usage of $cmd.findOne from shell and jstests
Adam Midvidy
2014-12-02
SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...
David Storch
2014-11-14
SERVER-16053 shell retries using $explain if explain cmd not found on a shard
David Storch
2014-11-12
SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...
David Storch
2014-10-13
SERVER-14875 explain helpers for the shell
David Storch