Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
ALL
Description
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}
|
Attachments
Issue Links
- duplicates
-
SERVER-3409 WriteResult should indicate number of docs modified (no-ops excluded)
-
- Closed
-
- related to
-
SERVER-6399 Refactor update() code
-
- Closed
-