summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-1915-35/+43
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-1/+1
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-4/+4
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-184-329/+405
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-183-4/+18
* SERVER-38664 Use the correct return type to placate clang warningAndrew Morrow2018-12-171-1/+1
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-8/+19
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-13/+25
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-0/+1
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-0/+5
* SERVER-38128 Start periodic runner before the storage engineGregory Wlodarek2018-12-111-0/+7
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-112-0/+249
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-104-12/+8
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-102-0/+178
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-11/+1
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-0/+5
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-1/+11
* SERVER-38286 Add the Biggie SE to the dbtest binaryGregory Wlodarek2018-11-291-0/+1
* SERVER-38286 Add the ephemeralForTest SE to the dbtest binaryAndrew Morrow2018-11-281-0/+1
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-272-13/+12
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-277-16/+16
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-277-7/+0
* SERVER-30815 Remove db/serveronly from dbtestAndrew Morrow2018-11-271-1/+2
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-204-7/+7
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-4/+8
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-3/+3
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-77/+89
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-3/+3
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-7/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-122-13/+10
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+3
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-2/+2
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-7/+5
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-6/+23
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-074-38/+32
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-023-3/+82
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-319-59/+41
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-265-16/+14
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2272-1016/+1180
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-3/+0
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-127-14/+22
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-4/+4
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-1/+2
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-32/+12
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-4/+6
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-11/+11
* SERVER-37442 Write dbtest for subplanning from the plan cache using $** indexBernard Gorman2018-10-111-18/+41
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-15/+11