summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_delete_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-2/+2
| | | | This reverts commit 219dadadf97345a4cceab50f04e87b361a749c6c.
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-2/+2
|
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-2/+2
| | | | This reverts commit 41cff016562656589bd3a3c114d6dfb31dd3271f.
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-2/+2
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* 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-39875 Make router process readOnly field in responses to transaction ↵Esha Maharishi2019-03-131-2/+10
| | | | statements
* 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-26/+28
|
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+76