Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
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" : [ ] }Attachments
Issue Links
- duplicates
-
SERVER-3375 key generation fixes master ticket
-
- Closed
-