Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1586

verbose shell command results option

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.6.0
    • Component/s: Shell
    • Labels:
      None
    • Environment:
      all

      Add an option (or perhaps always enabled), so that after every command is issued the shell reports some stats, such as:

      > update(

      { "x": 3 }

      , { "$set": { "y": 2 }})

      1. documents matched: 3 in/upserted: 0 modified: 1 (0.06 sec)
        >

      > find(

      { "x": 3 }

      )
      > documents matched: 3 in/upserted: 0 modified: 0 (0.01 sec)

      etc.

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            nick@leippe.com Nick Leippe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: