Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-29350 Bump featureCompatibilityVersion to 3.6 | Tess Avitabile | 2017-06-09 | 1 | -131/+12 |
| | |||||
* | SERVER-27418 enable index_version_v2.js test for MongoRocks | Eric Milkie | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | SERVER-26515 Create collection with v=2 index should include full index spec ↵ | Tess Avitabile | 2016-10-28 | 1 | -0/+7 |
| | | | | in oplog | ||||
* | SERVER-26514 Create command should take idIndex option | Tess Avitabile | 2016-10-24 | 1 | -0/+8 |
| | |||||
* | SERVER-25741 Disallow collection default collation if ↵ | Tess Avitabile | 2016-09-08 | 1 | -18/+4 |
| | | | | featureCompatibilityVersion is 3.2 | ||||
* | SERVER-25156 Add support for building v=2 indexes. | Max Hirschhorn | 2016-09-07 | 1 | -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. |