summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-05-10 17:33:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-10 20:50:30 +0000
commit8113aef47fab9d0d14c953b78032ab1661360438 (patch)
tree361fb0dcddab375966cce82d5accd751bd878c65 /src/mongo/db/exec/collection_scan.cpp
parent589aa86a047d5f3d34294e054cd7b41cd74d9590 (diff)
downloadmongo-8113aef47fab9d0d14c953b78032ab1661360438.tar.gz
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableException` into `assert_util.h`
Diffstat (limited to 'src/mongo/db/exec/collection_scan.cpp')
-rw-r--r--src/mongo/db/exec/collection_scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/collection_scan.cpp b/src/mongo/db/exec/collection_scan.cpp
index 51e06abbace..b8f0df82dcd 100644
--- a/src/mongo/db/exec/collection_scan.cpp
+++ b/src/mongo/db/exec/collection_scan.cpp
@@ -35,7 +35,6 @@
#include "mongo/db/catalog/collection.h"
#include "mongo/db/catalog/database.h"
-#include "mongo/db/concurrency/write_conflict_exception.h"
#include "mongo/db/exec/collection_scan_common.h"
#include "mongo/db/exec/filter.h"
#include "mongo/db/exec/scoped_timer.h"
@@ -44,6 +43,7 @@
#include "mongo/db/record_id_helpers.h"
#include "mongo/db/repl/optime.h"
#include "mongo/logv2/log.h"
+#include "mongo/util/assert_util.h"
#include "mongo/util/fail_point.h"
#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery