diff options
author | Daniel Gottlieb <daniel.gottlieb@mongodb.com> | 2018-02-13 11:03:14 -0500 |
---|---|---|
committer | Daniel Gottlieb <daniel.gottlieb@mongodb.com> | 2018-02-13 11:03:14 -0500 |
commit | bb1a895bf84fdeb1e0ef084fd40160f2f694e05d (patch) | |
tree | c29be7a9fb880b410ab654f9bc097b1c5bd392db /src/mongo/db/index_builder.cpp | |
parent | ac82e9363affcbeedaec7a11d4539f58357cecda (diff) | |
download | mongo-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.cpp | 1 |
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 || |