summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-51/+51
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-191-7/+0
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-307/+119
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-18/+56
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-31/+107
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+17
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-17/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+17
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+7
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-7/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+7
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-13/+14
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-547/+529
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* 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