collection stats capped field value changed type

XMLWordPrintableJSON

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

            Assignee:
            Unassigned
            Reporter:
            Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: