summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/restart_catalog_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-121/+0
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-021-2/+1
* SERVER-40993 Make restartCatalog uninterruptibleXiangyu Yao2019-05-061-2/+2
* SERVER-40680 restartCatalog should take RSTL X lockXiangyu Yao2019-04-221-0/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38743 rename unused argument to RestartCatalogCmd::run()Benety Goh2019-01-071-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36025: Remove restart catalog command guard to re-establish the oplog ...Daniel Gottlieb2018-07-191-12/+0
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-07-021-2/+2
* Revert "SERVER-35317: Preserve minVisible values when refreshing the catalog."Daniel Gottlieb2018-06-271-2/+2
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-06-271-2/+2
* SERVER-35286: Pass the oplog NamespaceString when getting the collection.Daniel Gottlieb2018-05-301-1/+1
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+2
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-5/+3
* SERVER-34211 restore cached oplog pointer if restartCatalog exits earlyKyle Suarez2018-05-031-0/+12
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33566 fail restartCatalog if any databases are drop-pendingKyle Suarez2018-03-131-0/+18
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+106