summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/type_shard_collection.h')
-rw-r--r--src/mongo/db/s/type_shard_collection.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mongo/db/s/type_shard_collection.h b/src/mongo/db/s/type_shard_collection.h
index f2d8123655e..f6a86b0b388 100644
--- a/src/mongo/db/s/type_shard_collection.h
+++ b/src/mongo/db/s/type_shard_collection.h
@@ -48,6 +48,7 @@ public:
using ShardCollectionTypeBase::kReshardingFieldsFieldName;
using ShardCollectionTypeBase::kSupportingLongNameFieldName;
using ShardCollectionTypeBase::kTimeseriesFieldsFieldName;
+ using ShardCollectionTypeBase::kTimestampFieldName;
using ShardCollectionTypeBase::kUniqueFieldName;
using ShardCollectionTypeBase::kUuidFieldName;
@@ -80,12 +81,9 @@ public:
using ShardCollectionTypeBase::setUnique;
using ShardCollectionTypeBase::setUuid;
- ShardCollectionType(
- NamespaceString nss, OID epoch, UUID uuid, KeyPattern keyPattern, bool unique);
-
ShardCollectionType(NamespaceString nss,
OID epoch,
- boost::optional<Timestamp> creationTime,
+ Timestamp creationTime,
UUID uuid,
KeyPattern keyPattern,
bool unique);