err field can appear twice in getLastError response

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.5.5
    • Affects Version/s: 2.5.4
    • Component/s: None
    • None
    • ALL
    • None
    • 3
    • 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
      }
      

              Assignee:
              Greg Studer (Inactive)
              Reporter:
              Randolph Tan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: