-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
ALL
I think the behavior with an index is correct (or at least desirable) here.
> db.foo.drop()
true
> db.foo.insert(
)
> db.foo.find(
)
> db.foo.ensureIndex(
)
> db.foo.find(
)
{ "_id" : ObjectId("4ddd6ebe90a1203088d20f68"), "a" : [ ] }- duplicates
-
SERVER-3375 key generation fixes master ticket
- Closed