duplicate code in mongodump

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            nosqldb
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: