summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorTyler Seip <Tyler.Seip@mongodb.com>2021-03-10 10:56:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-22 19:20:07 +0000
commitdbb6b0d496badf3e841ab41270e23cc0e4dc2ea4 (patch)
treeee07f7c243eb390c2a22ea360aa4ab760f4bd694 /src/mongo/db/SConscript
parent52c650492d6ed4d5e9e197ab7fb82f9de225e807 (diff)
downloadmongo-dbb6b0d496badf3e841ab41270e23cc0e4dc2ea4.tar.gz
SERVER-53566: Protect ServiceContext from issuing duplicate operation IDs
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index b56b3b6f7b3..65ef0c8a4cd 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -459,6 +459,7 @@ env.Library(
'operation_context.cpp',
'operation_context_group.cpp',
'operation_cpu_timer.cpp',
+ 'operation_id.cpp',
'operation_key_manager.cpp',
'service_context.cpp',
'server_recovery.cpp',
@@ -2338,6 +2339,7 @@ if wiredtiger:
'op_observer_registry_test.cpp',
'operation_context_test.cpp',
'operation_cpu_timer_test.cpp',
+ 'operation_id_test.cpp',
'operation_time_tracker_test.cpp',
'persistent_task_store_test.cpp',
'range_arithmetic_test.cpp',