summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-0/+13
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-27/+0
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-051-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-5/+15
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-111-7/+0
* SERVER-33867 Create and store db versions in config.databases on setFCV=4.0jannaerin2018-03-211-0/+8
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-141-0/+10
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-8/+8
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-161-9/+0
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-151-7/+6
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-081-2/+7
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-181-21/+17
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-11-281-1/+1
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-9/+0
* SERVER-30615 Fix duplicate key error in shardCollection by using local read c...Dianna Hohensee2017-09-141-2/+4
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-151-21/+3
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-081-20/+6
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-071-3/+21
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-071-21/+3
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-021-6/+20
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-011-32/+9
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-221-12/+23
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-27/+0
* SERVER-29017 Get rid of ShardingCatalogClient::updateCollectionKaloian Manassiev2017-05-121-7/+0
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-171-0/+11
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-041-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-27/+27
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-2/+4
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-0/+1
* SERVER-26732 Get rid of ShardingCatalogClient::getTagForChunkKaloian Manassiev2016-10-241-8/+0
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-081-8/+0
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-3/+10
* SERVER-24213 Make addShard return success if attempting to add an already exi...Spencer T Brody2016-08-081-1/+1
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-0/+5
* SERVER-22660 OpObserver on config server for inserts to config.shards from ol...Esha Maharishi2016-07-141-3/+3
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+8
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-6/+0
* SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write opsRandolph Tan2016-06-241-3/+9
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-2/+2
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-24/+1
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-0/+469