Add a command to confirm/deny if a specific command is supported in the current version of mongo

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Commands are added/removed from mongo. A nice feature would be the ability to test if a command is supported by the current version of mongo. Currently, if you issue an unsupported command to mongo it fails and then writes something to the log.

      E.g.

      db.adminCommand({hasCommand:"getLog"})
      

      This would return something like:

      { "getLog" : 1|0, "ok" : 1 }
      

            Assignee:
            Unassigned
            Reporter:
            Ryan Nitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: