summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/roll_back_local_operations_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
|
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-051-1/+2
| | | | kImplicitDefault)
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
|
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-22/+10
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-16/+15
|
* SERVER-41261 Use the oplog entry after the common point to calculate ↵Jason Chan2019-07-121-2/+26
| | | | rollbackTimeLimitSecs
* 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/+4
| | | | | | it available from the OplogInterface used in rollback.
* 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-151/+40
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
|
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-2/+2
|
* SERVER-22563 amend uassert codeVesselina Ratcheva2018-05-311-1/+1
|
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-301-0/+81
|
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-38/+33
|
* SERVER-21693 add host and port to oplog interfaceKyle Suarez2018-03-291-0/+3
|
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-2/+2
|
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
| | | | All users were converted to just use AssertionException.
* SERVER-28214 OplogInterfaceMock supports overriding of operations after ↵Benety Goh2017-04-281-5/+3
| | | | construction
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-6/+6
|
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-18/+19
| | | | | | | | | | | BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-380/+353
|
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+432