summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2016-06-201-6/+6
* SERVER-2454 Return error on find/getMore PlanExecutor::DEADJames Wahlin2015-10-231-21/+4
* SERVER-20383 Cleanup connections after every ChunkManagerTestRandolph Tan2015-09-111-0/+2
* SERVER-18579: Suppress lint.py warningsMark Benvenuto2015-07-291-9/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-298-381/+393
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-2878-37101/+38813
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-102-2/+1
* SERVER-18926 avoid iterating the entire working set when preparing for a Wire...David Storch2015-06-172-2/+2
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-06-031-0/+273
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-291-1/+1
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-191-0/+8
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-1/+1
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-251-3/+5
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-251-0/+6
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-7/+7
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-7/+7
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-0416-48/+57
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-2/+0
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-3/+3
* SERVER-16437 fix bug in IndexScan::restoreState() for the optimized end checkerDavid Storch2015-01-161-3/+191
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-14/+5
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-152-7/+7
* SERVER-13256 Rename chunk_diff-inl.cpp to a header to reflect its usageAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-1512-36/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1547-0/+167
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16632 Encode TypeBits along with KeyStrings in WT indexesMathias Stearn2015-01-121-0/+5
* SERVER-15614 Fix up durability metrics reportingKaloian Manassiev2015-01-121-8/+9
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-123-20/+22
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-123-12/+12
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-122-4/+4
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-3/+6
* fix dbtest NamespaceString with runQueryEliot Horowitz2015-01-121-1/+2
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-0/+153
* SERVER-16778 Don't write to std::cerr in plan ranking testsJason Rassi2015-01-081-1/+0
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-081-1/+1
* SERVER-16772 Don't re-acquire object in updateAndrew Morrow2015-01-081-1/+2
* SERVER-16711 Do not require a non-empty intent setKaloian Manassiev2015-01-071-2/+0
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-3/+3
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-062-4/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-0511-0/+23
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0518-0/+54
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-054-0/+8
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-0513-0/+21
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-0512-0/+36
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-052-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-0216-66/+65