refactoring runQuery / UserQueryOp part 1

This commit is contained in:
Eliot Horowitz
2010-02-15 22:33:27 -05:00
parent e74ce5f592
commit 62aad0ee18
7 changed files with 239 additions and 114 deletions

View File

@@ -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 ) {