summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/index_version_v2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-131/+12
|
* SERVER-27418 enable index_version_v2.js test for MongoRocksEric Milkie2016-12-141-1/+1
|
* SERVER-26515 Create collection with v=2 index should include full index spec ↵Tess Avitabile2016-10-281-0/+7
| | | | in oplog
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-0/+8
|
* SERVER-25741 Disallow collection default collation if ↵Tess Avitabile2016-09-081-18/+4
| | | | featureCompatibilityVersion is 3.2
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+241
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.