summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-171-13/+15
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for st...Benety Goh2016-09-201-2/+6
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-231-0/+1
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-7/+12
* SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreadsBenety Goh2016-08-021-5/+0
* Revert "SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreads"Benety Goh2016-07-291-0/+5
* SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreadsBenety Goh2016-07-291-5/+0
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+3
* SERVER-23476: move ownership of TaskRunner out of StorageInterfaceImplScott Hernandez2016-07-231-7/+0
* SERVER-23750: Do not hold on to reference after it might be freedScott Hernandez2016-07-131-1/+1
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-4/+0
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-3/+17
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-1/+46
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-0/+4
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-2/+0
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-2/+30
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-121-5/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-9/+8
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-0/+50