summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/single_solution_runner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-96/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-0/+2
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-2/+0
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-4/+5
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-2/+6
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* fix Windows build: structs and classes mangle typenames differentlyEric Milkie2013-10-031-1/+1
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-31/+36
* SERVER-10565 Holding off a little bit longer on explain goodies.Alberto Lerner2013-09-191-1/+0
* SERVER-10565 const-qualify writeExplainTo. this function should not be modify...Benety Goh2013-09-191-1/+1
* SERVER-10565 implemented writeExplainTo in single solution runnerBenety Goh2013-09-191-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-3/+3
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-32/+11
* SERVER-10026 SERVER-10471 unittestable query plannerHari Khalsa2013-08-121-3/+4
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-23/+41
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-0/+76