index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
queryoptimizercursor.cpp
Age
Commit message (
Expand
)
Author
2011-08-17
SERVER-3555 assert when or query yield fails to prevent potential invalid mem...
Aaron
2011-06-15
Implement indexKeyPattern in additional cursors, now that it is required in m...
Aaron
2011-06-10
SERVER-2977 comments
Aaron
2011-06-09
merge
Aaron
2011-06-09
SERVER-2977 if there is a takeover cursor, forward its supportsYields function
Aaron
2011-06-09
SERVER-2977 fix qo cursor bug when yielding a basic cursor
Aaron
2011-06-09
SERVER-2977 optimize query optimizer cursor common case forwarding to takeove...
Aaron
2011-06-02
SERVER-2977 check specifically for out of order assertion when constructing Q...
Aaron
2011-05-23
unreferenced local var warning
dwight
2011-05-17
SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...
Aaron
2011-05-17
SERVER-2977 add nscanned to query optimizer cursor
Aaron
2011-05-17
SERVER-2977 add yielding, simple ordering, and some exception handling to que...
Aaron
2011-05-11
don't override cursor matcher with default op matcher
gregs
2011-05-09
SERVER-2977 assert rather than crash on invalid cursor access
Aaron
2011-05-04
compile windows and vcxproj updated for new cpp file
Dwight
2011-05-04
add include to try compile bb
Aaron
2011-05-04
add newline at end of file to compile
Aaron
2011-05-04
SERVER-2977 initial version of query optimizer cursor
Aaron