summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_failpoint_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-3/+1
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-7/+7
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-30/+32
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-061-1/+8
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-2/+9
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in write...Nick Zolnierz2019-01-111-9/+2
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-2/+9
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-4/+3
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-121-6/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34515 fix invariant failure caused by js interruption in group commandIan Boros2018-05-151-7/+2
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+78