summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexcatalogtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-7/+7
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-011-6/+71
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-2/+2
* SERVER-15888: fix locking on collection mods in dbtestsEliot Horowitz2014-11-031-2/+4
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-3/+6
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-11/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+6
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+3
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+5
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11611: Add an IndexIterator to IndexCatalog.Amalia Hawkins2013-12-131-0/+97