summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-19/+16
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-12/+26
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-10/+34
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-231-5/+1
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-10/+517
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-8/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-180/+180
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-4/+4
* SERVER-26191 OplogBufferCollection supports batch reads from collectionBenety Goh2016-10-231-0/+95
* SERVER-26666 OplogBufferCollection saves sentinels in collectionBenety Goh2016-10-211-265/+137
* SERVER-26666 added sentinel support to addIdToDocumentBenety Goh2016-10-211-16/+86
* SERVER-26666 store key of last popped documentBenety Goh2016-10-211-1/+39
* SERVER-25268 OplogBufferCollection no longer deletes documents from collectio...Benety Goh2016-09-201-15/+52
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-20/+21
* SERVER-25268 OplogBufferCollection enforces order of timestamps in documents ...Benety Goh2016-09-151-7/+27
* SERVER-25268 OplogBufferCollection::startup drops existing collectionBenety Goh2016-09-151-0/+8
* SERVER-25268 OplogBufferCollection::pushAllNonBlocking returns early when no ...Benety Goh2016-09-151-0/+12
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-3/+3
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-131/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-89/+91
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-7/+1
* SERVER-24752 OplogBufferCollection saves sentinel documents outside of collec...Judah Schvimer2016-06-281-1/+484
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-231-9/+9
* SERVER-24490 Implemented blocking pop and peek in OplogBufferCollectionJudah Schvimer2016-06-221-4/+195
* SERVER-24706 default namespace in OplogBufferCollection cannot start with loc...Benety Goh2016-06-221-6/+24
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-17/+22
* SERVER-24490 temporarily disable OplogBufferCollection test cases failing und...Benety Goh2016-06-171-0/+3
* SERVER-24490 implement OplogBufferCollectionJudah Schvimer2016-06-171-0/+268
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-3/+18
* SERVER-24490 added OplogBufferCollection (incomplete)Benety Goh2016-06-131-0/+114