summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_interface_remote.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-051-2/+9
| | | | kImplicitDefault)
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-1/+1
|
* SERVER-39796 Make the transaction history iterator virtualizable, and make ↵Matthew Russotto2019-04-241-0/+6
| | | | | | it available from the OplogInterface used in rollback.
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+3
|
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+2
|
* SERVER-32382 add rollback remote oplog batch sizeJudah Schvimer2018-05-151-3/+7
|
* SERVER-21693 add host and port to oplog interfaceKyle Suarez2018-03-291-2/+7
|
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where ↵Judah Schvimer2016-06-231-1/+2
| | | | appropriate
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-141-7/+5
| | | | This change supports the oplog reader to fetcher migration.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-43/+38
|
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+89