-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Usability
Expected Result:
The statement db.command("collStats", "c") should return ints for all numeric keys.
Actual Result:
The statement db.command("collStats", "c") returns "1.0" for the key "ok" and "1.0" for the key "paddingFactor". This does not match the docs http://docs.mongodb.org/manual/reference/command/collStats/.