|
Author:
{'name': 'David Percy', 'email': 'david.percy@mongodb.com', 'username': 'dpercy'}
Message: SERVER-73852 Enable bounded-sort optimization on FCV 5.0
Once we backport this feature to 5.0, you should be able to upgrade
from 5.0 to 6.0 while using this feature. That means as you transition
through these cases, the feature should stay on:
- 5.0 binary with FCV 5.0
- 6.0 binary with FCV 5.0 – this is the case we need to enable.
- 6.0 binary with FCV 6.0
This commit changes the 6.0 binary to enable this feature even when FCV
is 5.0.
Branch: v6.0
https://github.com/mongodb/mongo/commit/9dbe0a11bf15f2c4079e5a1ddd1d9e5838f4addc
|