Details
-
Improvement
-
Resolution: Unresolved
-
Minor - P4
-
None
Description
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/.