summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_mock.h
diff options
context:
space:
mode:
authorJordi Serra Torrens <jordi.serra-torrens@mongodb.com>2021-03-09 15:21:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-09 17:00:14 +0000
commite85a000b214e73783b406dadfb229cde21f3e8c5 (patch)
tree28b07249875a7d1213f392c1eb82d27fe9bbd9fa /src/mongo/s/catalog/sharding_catalog_client_mock.h
parent144e0d0f355dd5ec13a1aa135a1f59a90d234aa5 (diff)
downloadmongo-e85a000b214e73783b406dadfb229cde21f3e8c5.tar.gz
Revert "SERVER-54874: Ensure reading consistent config.collections and config.chunks when refreshing the CatalogCache"
This reverts commit dc009c5a8d484f6a0db2f357274e14e30ea9f476.
Diffstat (limited to 'src/mongo/s/catalog/sharding_catalog_client_mock.h')
-rw-r--r--src/mongo/s/catalog/sharding_catalog_client_mock.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/catalog/sharding_catalog_client_mock.h b/src/mongo/s/catalog/sharding_catalog_client_mock.h
index 81e781b4d97..0930579d55d 100644
--- a/src/mongo/s/catalog/sharding_catalog_client_mock.h
+++ b/src/mongo/s/catalog/sharding_catalog_client_mock.h
@@ -70,12 +70,6 @@ public:
repl::ReadConcernLevel readConcern,
const boost::optional<BSONObj>& hint) override;
- std::pair<CollectionType, std::vector<ChunkType>> getCollectionAndChunks(
- OperationContext* opCtx,
- const NamespaceString& nss,
- const ChunkVersion& sinceVersion,
- const repl::ReadConcernArgs& readConcern) override;
-
StatusWith<std::vector<TagsType>> getTagsForCollection(OperationContext* opCtx,
const NamespaceString& nss) override;