summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-02-13 11:03:14 -0500
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-02-13 11:03:14 -0500
commitbb1a895bf84fdeb1e0ef084fd40160f2f694e05d (patch)
treec29be7a9fb880b410ab654f9bc097b1c5bd392db /src/mongo/db/index_builder.cpp
parentac82e9363affcbeedaec7a11d4539f58357cecda (diff)
downloadmongo-bb1a895bf84fdeb1e0ef084fd40160f2f694e05d.tar.gz
SERVER-30911: Timestamp index build start and completion.
Diffstat (limited to 'src/mongo/db/index_builder.cpp')
-rw-r--r--src/mongo/db/index_builder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index_builder.cpp b/src/mongo/db/index_builder.cpp
index 71e586f99cd..bde3e35dd1d 100644
--- a/src/mongo/db/index_builder.cpp
+++ b/src/mongo/db/index_builder.cpp
@@ -146,7 +146,6 @@ Status IndexBuilder::_build(OperationContext* opCtx,
if (allowBackgroundBuilding)
indexer.allowBackgroundBuilding();
-
try {
status = indexer.init(_index).getStatus();
if (status == ErrorCodes::IndexAlreadyExists ||