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

DropDupos information missing or lost.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Works as Designed
    • 2.8.0-rc0
    • None
    • Index Maintenance
    • None
    • OS X

    Description

      When creating an index having dropDupos: true the index is created but when getting index information via getIndexes() the dropDupos information seems to be missing.

      db.a.ensureIndex( { a: 1 }, { unique: true, dropDups: true } )

      2.6.5

      {
        "v" : 1,
        "unique" : true,
        "key" : {
          "a" : 1
        },
        "name" : "a_1",
        "ns" : "test.a",
        "dropDups" : true
      }

      2.8.0-rc0

      {
        "v" : 1,
        "unique" : true,
        "key" : {
          "a" : 1
        },
        "name" : "a_1",
        "ns" : "test.a"
      }

      Attachments

        Issue Links

          Activity

            People

              ramon.fernandez@mongodb.com Ramon Fernandez Marina
              cstrobl Christoph Strobl
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: