summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2016-05-31 11:14:24 -0400
committerSpencer T Brody <spencer@mongodb.com>2016-06-13 18:26:51 -0400
commit7899a8e8a62548fb7a149649082bc34bbc001dc2 (patch)
tree537c418fcd35755518d2f359401ddc644c925454 /src/mongo/db/cloner.h
parent710159c9602a6738e6455cfb26bc2d70a0454ae2 (diff)
downloadmongo-7899a8e8a62548fb7a149649082bc34bbc001dc2.tar.gz
SERVER-24323 Rename CatalogManager to ShardingCatalogClient
Renames the relevant classes and libraries, moves files, updates comments referencing the CatalogManager, and renames common methods for getting the catalogManager (like grid.catalogManager()). No functional changes.
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index 7f1629fafde..f6576575610 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -35,7 +35,6 @@
#include "mongo/base/disallow_copying.h"
#include "mongo/client/dbclientinterface.h"
-#include "mongo/s/catalog/catalog_manager.h"
namespace mongo {
@@ -119,6 +118,7 @@ private:
* holding a distributed lock (such as movePrimary). Indicates that we need to
* be periodically checking to see if the catalog manager has swapped and fail
* if it has so that we don't block the mongos that initiated the command.
+ * TODO: This can be removed now - it was only used during 3.0->3.2 upgrade.
* createCollections - When 'true', will fetch a list of collections from the remote and create
* them. When 'false', assumes collections have already been created ahead of time.
*/