-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Tools
-
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;