Skip to content

Commit

Permalink
SERVER-5856 Remove query optimizer specific exceptions from stack che…
Browse files Browse the repository at this point in the history
…cking code.
  • Loading branch information
astaple committed May 25, 2012
1 parent b45a090 commit 48b8dc9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/mongo/util/stack_introspect.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ namespace mongo {
if ( method[0] == '~' ) if ( method[0] == '~' )
method = method.substr(1); method = method.substr(1);


if ( method == "MultiPlanScanner" ||
method == "QueryPlan" ||
method == "QueryPlanSet" ||
method == "QueryOptimizerCursorImpl" ||
method == "QueryPlanGenerator" )
return false;

if ( name.find( "Geo" ) != string::npos ) if ( name.find( "Geo" ) != string::npos )
return false; return false;


Expand Down

0 comments on commit 48b8dc9

Please sign in to comment.