summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/sleep_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+5
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-10/+2
* SERVER-69431 Get rid of the "non-locking" constructor of ResourceLockKaloian Manassiev2022-09-061-4/+5
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-281-0/+10
* SERVER-63219 Change collStats cmd to run without the RSTL lock so FTDC can co...Dianna Hohensee2022-02-071-0/+19
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-1/+1
* 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-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-45007 ResourceLock::lock() always requires OperationContextBenety Goh2020-02-101-1/+1
* SERVER-44036 Test that existing index creation takes intent locksMaria van Keulen2019-11-051-9/+23
* SERVER-43339 Make PBWM respect MaxTimeMSXiangyu Yao2019-09-301-0/+13
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-2/+2
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-2/+2
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-221-3/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-07-051-24/+45
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40310 Accept 'seconds' as an alias for 'secs' for the sleep commandJames Wahlin2019-03-291-8/+17
* SERVER-39931 sleep command should wait forever to acquire lockCharlie Swanson2019-03-081-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-12/+27
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-27/+12
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-12/+27
* SERVER-33889 Separate sleep from shell_commands so the capi unittests don't d...Henrik Edin2018-05-171-0/+131