summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_create_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-2/+2
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+4
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-102/+100
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-1/+1
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-4/+5
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-1/+0
* SERVER-45368 Allow collection/index creation inside txns for shardingMaria van Keulen2020-02-061-1/+3
* SERVER-45576 Make explicit collection creation in sharding directly forward t...Mihai Andrei2020-01-301-21/+62
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+2
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-0/+3
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-111-2/+1
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-1/+1
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-8/+8
* 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-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-34214 convert some simple commands to TypedCommandBilly Donahue2018-05-041-3/+3
* SERVER-33297 mongos create will make a capped collection with size 0 if not s...Randolph Tan2018-04-241-0/+5
* SERVER-33332 mongos create command should preserve wtimeout option given by userRandolph Tan2018-03-211-1/+2
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-011-0/+104