-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: 2.5.4
-
Fix Version/s: 2.5.5
-
Component/s: None
-
Labels:None
-
Operating System:ALL
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
-