summaryrefslogtreecommitdiff
path: root/jstests/core/explain_shell_helpers.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59879 Adjust maxTimeMS value to allow for slower execution in …Milena Ivanova2021-09-241-2/+4
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-43892 ShardedClusterFixture always starts shards as replicasetsTommaso Tocci2021-02-241-2/+2
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-21/+20
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-2/+2
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-2/+2
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-2/+2
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-5/+6
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+1
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-06-241-8/+0
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-7/+5
* SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shellSophie Saskin2019-12-061-0/+6
* SERVER-44664 Add requires_fcv_44 to failing tests from replica_sets_jscore_mu...Jason Chan2019-11-191-3/+12
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-1/+1
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-4/+4
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-8/+8
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-2/+2
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-1/+1
* SERVER-28524 remove group commandKyle Suarez2018-05-301-12/+0
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-04-061-1/+1
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-6/+0
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-19/+19
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-131-0/+8
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-5/+5
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-2/+0
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-0/+18
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+39
* SERVER-16830 Fix LiteParsedQuery find command object "hint" parsingJason Rassi2015-01-151-0/+6
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain r...David Storch2014-11-121-10/+4
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-6/+6
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+389