summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update.cpp
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2022-10-25 13:41:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-25 16:37:00 +0000
commit70b0cf6c18648eb6babcae89dbedd05a1b5182e4 (patch)
treeb772f569dc1d324a3742c699bbaf75f46df7cd6a /src/mongo/db/ops/update.cpp
parentba8f9a28c8769dfe10f73b190c943ee4a57ee7a1 (diff)
downloadmongo-70b0cf6c18648eb6babcae89dbedd05a1b5182e4.tar.gz
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteConflictException
Diffstat (limited to 'src/mongo/db/ops/update.cpp')
-rw-r--r--src/mongo/db/ops/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update.cpp b/src/mongo/db/ops/update.cpp
index e63fef3a4d5..24f25c834d3 100644
--- a/src/mongo/db/ops/update.cpp
+++ b/src/mongo/db/ops/update.cpp
@@ -38,7 +38,7 @@
#include "mongo/db/catalog/database_holder.h"
#include "mongo/db/client.h"
#include "mongo/db/clientcursor.h"
-#include "mongo/db/concurrency/write_conflict_exception.h"
+#include "mongo/db/concurrency/exception_util.h"
#include "mongo/db/exec/update_stage.h"
#include "mongo/db/matcher/extensions_callback_real.h"
#include "mongo/db/op_observer.h"