summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_command_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-171-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+2
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-0/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-10/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+5
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+9
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-3/+3
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-1/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+1
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-156/+35
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-35/+156
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+2
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-156/+35
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-35/+156
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-121-0/+4
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-041-0/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-161-0/+6
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-4/+4
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-131-2/+13
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-261-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-11/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-7/+22
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+108
* SERVER-35643 Allow atClusterTime when enableTestCommands is falseCheahuychou Mao2018-08-241-3/+0
* SERVER-36237 Integrate atClusterTime selection on mongos with TransactionRouterCheahuychou Mao2018-08-211-4/+4
* SERVER-33710 Support readConcern snapshot with atClusterTime in cluster disti...Cheahuychou Mao2018-08-081-0/+148