summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl_index_build_state.h
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2019-11-07 21:06:50 +0000
committerevergreen <evergreen@mongodb.com>2019-11-07 21:06:50 +0000
commit1de0b3fa193c6b7aab8e59835bf881f2a02d3da5 (patch)
treef752c3ad1816d8c7273a15db4a26edf6795141b1 /src/mongo/db/repl_index_build_state.h
parenteda99cf7ca668908e5eb0498845b0270265c44e7 (diff)
downloadmongo-1de0b3fa193c6b7aab8e59835bf881f2a02d3da5.tar.gz
SERVER-44408 Persist index build UUID to the durable catalog
Diffstat (limited to 'src/mongo/db/repl_index_build_state.h')
-rw-r--r--src/mongo/db/repl_index_build_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl_index_build_state.h b/src/mongo/db/repl_index_build_state.h
index 66ab914807c..e1dafd9c6d5 100644
--- a/src/mongo/db/repl_index_build_state.h
+++ b/src/mongo/db/repl_index_build_state.h
@@ -55,7 +55,7 @@ enum class IndexBuildProtocol {
kSinglePhase,
/**
* Refers to the two-phase index build protocol for building indexes in replica sets. Indexes
- * are built simultaneously on all nodes and are resumable during the draining phase.
+ * are built simultaneously on all nodes.
*/
kTwoPhase
};