Create a new local ConnectionString type, and get rid of the isLocal boolean passed into ShardFactory::createShard. Determine whether ShardRemote or ShardLocal will be used at compile run instead of runtime in order to limit dependencies.
- has to be done before
-
SERVER-23934 Connect ShardLocal so that it can be used
- Closed