summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34706 Write unit test to verify transactions oplog entries are created...Matthew Russotto2018-05-081-0/+259
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-2/+4
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-1/+68
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-1/+1
* SERVER-34196 omit dropTarget field from generated oplog entry when it is falseBenety Goh2018-03-301-8/+36
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-2/+1
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-2/+4
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-4/+2
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-3/+148
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-4/+4
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-1/+34
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-1/+1
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-151-0/+35
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-1/+1
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+1
* SERVER-29274 OpObserver::onDropCollection() returns drop optimeBenety Goh2017-05-241-0/+30
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-231-7/+4
* SERVER-28205 SERVER-28740 Make collMod oplog entries reversibleWilliam Schultz2017-04-251-0/+180