summaryrefslogtreecommitdiff
path: root/jstests/core/distinct_compound_index.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-1/+2
|
* SERVER-38947 Make sure all jstests/core test that inspects totalDocsExamined ↵Randolph Tan2019-01-111-1/+1
| | | | has assumes_unsharded_collection or assumes_balancer_off
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-071-0/+1
| | | | This reverts commit 907c8c786e26414735892bfbe763cd67e7f7e7e4.
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-041-1/+0
| | | | This reverts commit 62076130c3321f842f3ce4fb426aefc078074206.
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-041-0/+1
|
* SERVER-33006 Fix lte assertion in distinct_compound_index.jsCharlie Swanson2018-01-301-2/+2
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-6/+11
|
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-0/+28
Closes #1101 Signed-off-by: David Storch <david.storch@10gen.com>