summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-1/+1
* SERVER-40345 The 'temp' field in the 'create' command is only allowed to be u...Gregory Wlodarek2019-04-041-0/+7
* SERVER-39231 'create' command should reject incorrect types for known optionsGregory Wlodarek2019-04-021-28/+55
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-281-4/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36208 Use http docuhub link instead of httpsLouis Williams2018-08-131-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-76/+11
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-6/+14
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+7
* SERVER-29678 collStats command returns ok:1, 0-ed response on non-existing na...Ben Judd2018-07-021-1/+1
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-1/+0
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-091-0/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-55/+39
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-0/+35
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-3/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-3/+4
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-255/+0
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-36/+0
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-83/+16
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-6/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-211-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-12/+12
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-9/+4
* SERVER-32989 prevents `repairDatabase` race with `dropDatabase`Judah Schvimer2018-02-131-1/+10
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-12/+12
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-24/+24
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-24/+24
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-24/+24
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-49/+48
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-35/+37
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-1/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-29448 Disallow removing the admin database in replica set modeMaria van Keulen2017-10-191-5/+6
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-59/+0