summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-7/+10
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-103/+8
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-5/+4
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-13/+25
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-5/+4
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-11/+1
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-1/+11
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-3/+3
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-8/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-5/+9
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-4/+6
* SERVER-36307 Remove insertAllDocumentsInCollection parameter that is always a...Audrey Fang2018-08-021-65/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-0/+10
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-1/+2
* SERVER-32702 Disable the tests that ignore unique constraint, for Mobile SEnehakhatri52018-01-301-7/+7
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+6
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-16/+16
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-15/+23
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-26/+0
* 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