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

Shouldn't be possible to create indexes on system.namespaces

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.6.0
    • Affects Version/s: None
    • Component/s: Index Maintenance
    • None
    • ALL

      > use breakMyDb
      switched to db breakMyDb
      > db.system.namespaces.ensureIndex({_id:1}, {unique:true})
      > db.foo.insert({})
      E11000 duplicate key error index: breakMyDb.system.namespaces.$_id_  dup key: { : null }
      

            Assignee:
            hari.khalsa@10gen.com hari.khalsa@10gen.com
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: