summaryrefslogtreecommitdiff
path: root/jstests/core/index_filter_commands.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+39
|
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+4
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-4/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+4
| | | | | | that are dropped in sharded cluster environments.
* SERVER-26331 Skip computing plan cache key for idhack queriesTess Avitabile2016-09-271-1/+10
|
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-0/+37
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-40/+14
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-30/+66
|
* SERVER-16577 fix test for queryPlanner.indexFilterSet explain fieldDavid Storch2014-12-301-22/+24
|
* SERVER-16577 add queryPlanner.indexFilterSet field to new explain formatDavid Storch2014-12-301-0/+27
|
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-39/+0
|
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-221-1/+6
|
* SERVER-12964 updated plan cache and index filter commands to return empty ↵Benety Goh2014-03-051-6/+20
| | | | results on non-existent collection or query shape
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+167
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api