Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-15546

Command response "ok" value is floating point, should be bool or int

      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/.

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            paritybit Danielle Jenkins
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: