-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.2.0
-
Component/s: None
-
None
-
Minor Change
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
For a capped collection the value of the capped field changed from an integer to a boolean:
In 2.0:
> db.mycoll.stats().capped 1
in 2.2:
> db.mycoll.stats().capped true
This can break some drivers or other clients that were making assumptions on this value's type.