SERVER-1529 partial fix

This commit is contained in:
Aaron
2010-08-01 01:05:14 -07:00
parent 6aab3be154
commit 8a95b40c90
2 changed files with 3 additions and 1 deletions

View File

@@ -649,6 +649,8 @@ namespace mongo {
_cc.reset();
massert( 13338, "cursor dropped during query", false );
// TODO maybe we want to prevent recording the winning plan as well?
} else {
_c->checkLocation();
}
}
}