New query optimizer checkpoint, minus jstest changes

This commit is contained in:
Aaron
2009-02-24 10:27:07 -05:00
parent 7012955860
commit 86c4c87be6
9 changed files with 224 additions and 98 deletions

View File

@@ -348,6 +348,7 @@ namespace mongo {
setClient( q.ns );
strncpy(currentOp.ns, q.ns, Namespace::MaxNsLen);
// msgdata = runQuery(m, ss ).release();
msgdata = runQuery(m, q.ns, q.ntoskip, q.ntoreturn, q.query, q.fields, ss, q.queryOptions);
}
catch ( AssertionException& e ) {