Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.5.4
-
None
-
None
-
ALL
Description
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
|
}
|
Attachments
Issue Links
- is related to
-
SERVER-12474 mongos gle no longer returns updatedExisting in 2.5.4 nightly
-
- Closed
-