summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-10/+0
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-0/+10
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-10/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-9/+9
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-9/+9
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-9/+9
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-14/+14
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+3
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-1/+0
* 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-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-7/+7
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16233 validate storage engine options at index creationBenety Goh2014-12-031-0/+47
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-11/+11
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-88/+97
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-62/+94
* SERVER-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-0/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+3
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+4
* SERVER-13635 stop relying on system.indexes in dbtestsMathias Stearn2014-10-021-8/+8
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-2/+3
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-5/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-8/+134
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-4/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-6/+4
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-1/+1
* SERVER-14069 move killCurrentOp impl into the only place that calls itHari Khalsa2014-06-061-13/+13
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-14/+16
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-18/+18
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-0/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-8/+8
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-1/+2
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-8/+8
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-12/+14
* SERVER-13629 Remove old btree code and DiskLoc::btree/btreemodMathias Stearn2014-04-251-1/+0
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-3/+2
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-1/+0
* SERVER-13336 IndexUpdateTests: Only try to kill index buildsMathias Stearn2014-03-301-0/+12
* SERVER-13208: drop dups should be allowed to be differentEliot Horowitz2014-03-171-16/+0
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-4/+8