summaryrefslogtreecommitdiff
path: root/db/queryoptimizercursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3555 assert when or query yield fails to prevent potential invalid mem...Aaron2011-08-171-0/+3
* Implement indexKeyPattern in additional cursors, now that it is required in m...Aaron2011-06-151-0/+8
* SERVER-2977 commentsAaron2011-06-101-7/+27
* mergeAaron2011-06-091-2/+2
* SERVER-2977 if there is a takeover cursor, forward its supportsYields functionAaron2011-06-091-1/+1
* SERVER-2977 fix qo cursor bug when yielding a basic cursorAaron2011-06-091-1/+1
* SERVER-2977 optimize query optimizer cursor common case forwarding to takeove...Aaron2011-06-091-18/+41
* SERVER-2977 check specifically for out of order assertion when constructing Q...Aaron2011-06-021-5/+10
* unreferenced local var warningdwight2011-05-231-1/+1
* SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...Aaron2011-05-171-4/+41
* SERVER-2977 add nscanned to query optimizer cursorAaron2011-05-171-7/+16
* SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron2011-05-171-28/+108
* don't override cursor matcher with default op matchergregs2011-05-111-5/+10
* SERVER-2977 assert rather than crash on invalid cursor accessAaron2011-05-091-9/+24
* compile windows and vcxproj updated for new cpp fileDwight2011-05-041-0/+1
* add include to try compile bbAaron2011-05-041-0/+1
* add newline at end of file to compileAaron2011-05-041-1/+1
* SERVER-2977 initial version of query optimizer cursorAaron2011-05-041-0/+180