summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_limit_skip.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-4/+10
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-10/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-4/+10
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-0/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+0
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-0/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-3/+5
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-54/+56
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-4/+4
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-1/+0
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-2/+2
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-091-0/+92