-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:mongodb 1.8.2
-
Windows
>
> db.test.foo.remove()
> db.test.foo.insert({"a":
, 'c':2})
> db.test.foo.update(
, {'$inc':{'a.c000':1}})
> db.test.foo.find(
{"c":2})
{ "_id" : ObjectId("4def5621c3ac2d33b5f4d812"), "a" :
, "c" : 2 }
>
why not {"a":
{'c000":1, 'c00':1}, 'c':2}
- is duplicated by
-
SERVER-7499 Invalid "have conflicting mods in update" message within very large update query.
- Closed