summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_collection.h
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-04-15 04:51:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-21 04:43:37 +0000
commit6f17871c955dbf98a5ffcd27dab2390d90b875d1 (patch)
tree5a13489c3a7aa7ac11d762222d4357275315d8bd /src/mongo/db/s/type_shard_collection.h
parent384c41b1f89412b5843b8546b8ddf4fcb837eff5 (diff)
downloadmongo-6f17871c955dbf98a5ffcd27dab2390d90b875d1.tar.gz
SERVER-55592 Add time-series fields to sharding catalog
* Adding IDL support to time-series fields + exposing its symbols in some class wrappers * Modifying the CatalogCacheLoader, CatalogCache and the ChunkManager to handle the new timeseries fields * Disallowing operations over sharded time-series collections * Fixing some tests + adding a new one
Diffstat (limited to 'src/mongo/db/s/type_shard_collection.h')
-rw-r--r--src/mongo/db/s/type_shard_collection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/s/type_shard_collection.h b/src/mongo/db/s/type_shard_collection.h
index df51ee8db3c..1c805a31c63 100644
--- a/src/mongo/db/s/type_shard_collection.h
+++ b/src/mongo/db/s/type_shard_collection.h
@@ -58,6 +58,7 @@ public:
using ShardCollectionTypeBase::getNss;
using ShardCollectionTypeBase::getRefreshing;
using ShardCollectionTypeBase::getReshardingFields;
+ using ShardCollectionTypeBase::getTimeseriesFields;
using ShardCollectionTypeBase::getTimestamp;
using ShardCollectionTypeBase::getUnique;
using ShardCollectionTypeBase::getUuid;
@@ -69,6 +70,7 @@ public:
using ShardCollectionTypeBase::setNss;
using ShardCollectionTypeBase::setRefreshing;
using ShardCollectionTypeBase::setReshardingFields;
+ using ShardCollectionTypeBase::setTimeseriesFields;
using ShardCollectionTypeBase::setUnique;
using ShardCollectionTypeBase::setUuid;