Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.6.0-rc0
-
None
-
None
-
ALL
-
Description
I started mongod with --setParameter newCollectionsUsePowerOf2Sizes=false, then created a new collection and db.$collection.stats() has userFlags:1 which means that powerOf2Sizes is enabled for that collection.
Given the work described here, shouldn't this not have used powerOf2Sizes?