-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Write Ops
-
ALL
Repro:
> db.d.insert({_id:1}) > db.d.update({}, {$unset:{fake:1}});db.getLastErrorObj() { "updatedExisting" : true, "n" : 1, "lastOp" : { "t" : 1360957938000, "i" : 1 }, "connectionId" : 86, "err" : null, "ok" : 1 } > db.d.find() {_id:1}
- duplicates
-
SERVER-3409 WriteResult should indicate number of docs modified (no-ops excluded)
- Closed
- related to
-
SERVER-6399 Refactor update() code
- Closed