From fdc2aec174d2facc5edeacd2b7f4c078836f1dfb Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Fri, 21 Aug 2015 13:13:22 -0400 Subject: Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits"" This reverts commit bae1d256c52d42e2e095d127f5bbec94abb68e05. --- src/mongo/s/chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/s/chunk.h') diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h index 1ec9a9447cb..822ac534380 100644 --- a/src/mongo/s/chunk.h +++ b/src/mongo/s/chunk.h @@ -261,7 +261,7 @@ private: /** * Returns the connection string for the shard on which this chunk resides. */ - std::string _getShardConnectionString() const; + ConnectionString _getShardConnectionString() const; // if min/max key is pos/neg infinity bool _minIsInf() const; -- cgit v1.2.1