summaryrefslogtreecommitdiff
path: root/jstests/core/explain_find.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-08-051-0/+15
| | | | (cherry picked from commit c76a5544eb4423c7dbca6862fddf9371ce999f6f)
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-4/+4
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-15/+4
|
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain ↵David Storch2015-09-031-0/+9
| | | | on mongos
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-4/+2
| | | | | | | | Also updates the shell to construct the find command according to the new spec. This means that explain with special options (e.g. snapshot()) will not be compatible when mixing 3.2 shell / 3.0 server or 3.0 shell / 3.2 server. Explain of find with standard options like filter, query, projection, sort, and hint will be both backwards and forwards compatible.
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-281-1/+1
|
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-0/+36