summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/update_position_args.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-1/+1
|
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-1/+7
|
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-1/+1
| | | | | | This reverts commit ed3f25ced04931525db8e2f11f8bdef7bf49992a. Fixed replication legacy test suite.
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-1/+1
| | | | This reverts commit 3dd8ba46bf2ce350b5e80b1b2b016a10007beb7b.
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-1/+1
|
* SERVER-18029 cleaned up ↵Benety Goh2016-03-071-0/+7
| | | | ReplicationCoordinator::prepareReplSetUpdatePositionCommand to accept a command style indicating format of replSetUpdatePosition to generate.
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to ↵matt dannenberg2016-02-041-4/+7
| | | | secondary as well as primary
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-36/+41
|
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-2/+3
|
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
|
* SERVER-16160 memberID->memberIdSpencer T Brody2014-12-031-2/+2
|
* SERVER-15564 Send config version and member ID with every ↵Spencer T Brody2014-10-271-1/+3
| | | | replSetUpdatePosition command and use the given member ID if there hasn't been a handshake
* SERVER-14616 replace BSONObj with UpdatePositionArgsmatt dannenberg2014-08-051-0/+80