refactoring runQuery / UserQueryOp part 1
This commit is contained in:
@@ -168,9 +168,6 @@ namespace mongo {
|
||||
CurOp& op = *(c.curop());
|
||||
|
||||
try {
|
||||
if (q.fields.get() && q.fields->errmsg)
|
||||
uassert( 10053 , q.fields->errmsg, false);
|
||||
|
||||
msgdata = runQuery(m, q, op ).release();
|
||||
}
|
||||
catch ( AssertionException& e ) {
|
||||
|
||||
Reference in New Issue
Block a user