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

duplicate code in mongodump

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.5.3
    • Affects Version/s: None
    • Component/s: Tools
    • Labels:
    • Environment:
      all
    • Fully Compatible

      duplicate code in dump.cpp

      //if a particular collections is specified, and it's not this one, skip it
      if ( _coll != "" && db + "." + _coll != name && _coll != name )
      continue;
      ...

      if ( _coll != "" && db + "." + _coll != name && _coll != name )
      continue;

            Assignee:
            matt.kangas Matt Kangas
            Reporter:
            inosql nosqldb
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: