summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_set_member_in_standalone_mode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38714 Drop unfinished indexes on modified collections during repair ↵Louis Williams2020-02-241-9/+2
| | | | when run on a replica set node
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during ↵Ben Caimano2020-02-211-2/+9
| | | | | | repair when run on a replica set node" This reverts commit 2ab8c98d285b3cf9481dc34fe77e1a019615f0ad.
* SERVER-39714 Drop unfinished indexes on modified collections during repair ↵Louis Williams2020-02-211-9/+2
| | | | when run on a replica set node
* SERVER-39037 Add decorable flag on ServiceContext which is used to determine ↵Gregory Wlodarek2019-01-251-0/+59
whether a replica set node is running in standalone mode