summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/sleep_command.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This only affects the PBWM taken by the Global lock. The PBWM taken by secondary batch application is still uninterruptible.
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-2/+2
| | | | This reverts commit 40f226b5a9bfb4863268334d287a46fb226a22cf.
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-2/+2
|
* SERVER-33272 The DatabaseHolder::close() function no longer requires a ↵Gregory Wlodarek2019-08-221-3/+9
| | | | global write lock and neither does the dropDatabase command.
* 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
| | | | | | 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-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
| | | | This reverts commit d8e10f2dcc4554c74cf1da9d40557233cad70fb1.
* 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 ↵Henrik Edin2018-05-171-0/+131
drag in new commands.