summaryrefslogtreecommitdiff
path: root/jstests/queryoptimizer2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-4150 reimplement query using query optimizer cursor one checkpointAaron2012-02-241-0/+4
|
* SERVER-4148 SERVER-4149 return a QueryOptimizerCursor when a non optimal ↵Aaron2011-12-111-33/+34
| | | | recorded plan is used, to allow failing over to another query plan; stop recording optimal plans to facilitate this implementation
* SERVER-4148 update test to match slightly modified query pattern recording ↵Aaron2011-12-111-3/+3
| | | | behavior for count
* SERVER-1207 be more conservative recording a successful query plan when part ↵Aaron2010-08-311-0/+62
of an or clause