summaryrefslogtreecommitdiff
path: root/db/queryoptimizercursor.cpp
AgeCommit message (Expand)Author
2011-08-17SERVER-3555 assert when or query yield fails to prevent potential invalid mem...Aaron
2011-06-15Implement indexKeyPattern in additional cursors, now that it is required in m...Aaron
2011-06-10SERVER-2977 commentsAaron
2011-06-09mergeAaron
2011-06-09SERVER-2977 if there is a takeover cursor, forward its supportsYields functionAaron
2011-06-09SERVER-2977 fix qo cursor bug when yielding a basic cursorAaron
2011-06-09SERVER-2977 optimize query optimizer cursor common case forwarding to takeove...Aaron
2011-06-02SERVER-2977 check specifically for out of order assertion when constructing Q...Aaron
2011-05-23unreferenced local var warningdwight
2011-05-17SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...Aaron
2011-05-17SERVER-2977 add nscanned to query optimizer cursorAaron
2011-05-17SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron
2011-05-11don't override cursor matcher with default op matchergregs
2011-05-09SERVER-2977 assert rather than crash on invalid cursor accessAaron
2011-05-04compile windows and vcxproj updated for new cpp fileDwight
2011-05-04add include to try compile bbAaron
2011-05-04add newline at end of file to compileAaron
2011-05-04SERVER-2977 initial version of query optimizer cursorAaron