-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 2.5.4
-
Component/s: None
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Easiest way to reproduce this is to call getLastError with a fresh mongo shell session:
> db.runCommand({ getLastError: 1 })
{
"connectionId" : 1,
"n" : 0,
"syncMillis" : 0,
"writtenTo" : null,
"err" : null,
"err" : null,
"ok" : 1
}
- is related to
-
SERVER-12474 mongos gle no longer returns updatedExisting in 2.5.4 nightly
-
- Closed
-