Commit Graph

13 Commits

Author SHA1 Message Date
Jacob Evans
41557fac17 SERVER-38695 Make QuerySolutionNode subclasses for projection fast-paths 2019-01-29 13:53:10 -05:00
Charlie Swanson
87c9442cc3 SERVER-31785 Use 2 shards in sharded jscore passthrough. 2018-01-19 09:55:59 -05:00
Eddie Louie
9fc1ecd711 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
This reverts commit fb956b3b0a.
2017-03-23 14:07:50 -04:00
Randolph Tan
fb956b3b0a Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d1.

Conflicts:
	buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
2017-03-23 13:56:21 -04:00
Eddie Louie
56e66454d1 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
in sharded cluster environments.
2017-03-15 19:19:49 -04:00
Max Hirschhorn
071065a296 SERVER-25156 Add support for building v=2 indexes.
We use index version v=2 as the default index version when the
featureCompatibilityVersion is 3.4, and we use index version v=1 as the
default index version when the featureCompatibilityVersion is 3.2.

The "collation" index option can only be used with v=2 indexes.
2016-09-07 17:37:46 -04:00
Anton Guryanov
1101287cc7 SERVER-19507 allow DISTINCT_SCAN over trailing field of an index
Closes #1101

Signed-off-by: David Storch <david.storch@10gen.com>
2016-08-25 13:07:21 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Mike Grundy
1be713cebb SERVER-23067 Final round of JS linting and formatting 2016-03-18 17:10:31 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Yunhe (John) Wang
529a9b0e9b SERVER-19907 Modified distinct to accept query=null and added jstest
Closes #1013

Signed-off-by: David Storch <david.storch@10gen.com>
2015-09-02 12:01:15 -04:00
Qingyang Chen
f9904bce32 SERVER-15020 Added missing explain stats for distinct command 2015-08-11 18:45:16 -04:00
Qingyang Chen
bc4572c985 SERVER-15020 Explain for distinct command 2015-07-31 14:05:00 -04:00