diff options
author | Amirsaman Memaripour <amirsaman.memaripour@mongodb.com> | 2022-04-28 15:15:19 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-28 17:35:39 +0000 |
commit | 4fee73e53ecdbfff73d644dd743b66d5e16a1836 (patch) | |
tree | 296c1b4e97d71f6f07e48693ec0be31a4fc96fb5 /src/mongo/db/startup_recovery.cpp | |
parent | 2255f824d44caf48f9c8b0e23ffaf8483f4e0afe (diff) | |
download | mongo-4fee73e53ecdbfff73d644dd743b66d5e16a1836.tar.gz |
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteConflictException
Diffstat (limited to 'src/mongo/db/startup_recovery.cpp')
-rw-r--r-- | src/mongo/db/startup_recovery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/startup_recovery.cpp b/src/mongo/db/startup_recovery.cpp index f6dfd5352c6..651f9b64d90 100644 --- a/src/mongo/db/startup_recovery.cpp +++ b/src/mongo/db/startup_recovery.cpp @@ -42,7 +42,7 @@ #include "mongo/db/commands/feature_compatibility_version_document_gen.h" #include "mongo/db/commands/feature_compatibility_version_documentation.h" #include "mongo/db/commands/feature_compatibility_version_parser.h" -#include "mongo/db/concurrency/write_conflict_exception.h" +#include "mongo/db/concurrency/exception_util.h" #include "mongo/db/db_raii.h" #include "mongo/db/dbhelpers.h" #include "mongo/db/index_builds_coordinator.h" |