summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-19/+0
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-311-1/+1
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-233-22/+23
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-232-8/+11
* SERVER-16313 Fix WiredTiger engine, collection and index options to use new n...Dan Pasette2014-12-171-1/+5
* SERVER-16235: fix capped tests to work with WTEliot Horowitz2014-12-171-4/+14
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-123-11/+7
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-123-28/+22
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-102-12/+12
* SERVER-16458 Add lock manager perf tests to dbtests perfdalyd2014-12-101-0/+122
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-102-12/+12
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-108-70/+125
* SERVER-16478 Remove unused List1 classAndrew Morrow2014-12-091-66/+0
* Remove BSONObj::hash() and BSONObj::md5()Mathias Stearn2014-12-081-38/+11
* SERVER-16285: Crash when dropping and creating databases concurrently on WindowsMark Benvenuto2014-12-081-2/+2
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-8/+0
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-9/+8
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-032-3/+3
* SERVER-16233 validate storage engine options at index creationBenety Goh2014-12-031-0/+47
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-011-5/+59
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-011-6/+71
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-2620-103/+103
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-129/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-218-0/+31
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-208-46/+46
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-4/+4
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-205-79/+150
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16038 Clean up ns local vars in newRunQuery()Jason Rassi2014-11-171-1/+1
* SERVER-14062 Remove extra creations of OperationContextImpl in the sharding d...Kaloian Manassiev2014-11-145-55/+72
* SERVER-16138: fix dbtest OperationContext assumptionEliot Horowitz2014-11-131-6/+7