summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2019-03-25 14:47:29 -0400
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2019-03-28 11:34:55 -0400
commitd99db775dbf73e27bd20e402f26f068dc199203d (patch)
tree6ed4928384ae0b1fce3165b58e9a2e87cfd2dfc9 /src/mongo/db/service_entry_point_common.cpp
parentf922827d45ce752e148185dfa3a785f7c9cf29fd (diff)
downloadmongo-d99db775dbf73e27bd20e402f26f068dc199203d.tar.gz
SERVER-40069 Fix global lock tracking for txns
Includes SERVER-40084, stores global lock acquisition flags in an atomic.
Diffstat (limited to 'src/mongo/db/service_entry_point_common.cpp')
-rw-r--r--src/mongo/db/service_entry_point_common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/service_entry_point_common.cpp b/src/mongo/db/service_entry_point_common.cpp
index a3077e08a38..ee195f4ad49 100644
--- a/src/mongo/db/service_entry_point_common.cpp
+++ b/src/mongo/db/service_entry_point_common.cpp
@@ -44,7 +44,6 @@
#include "mongo/db/commands.h"
#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/commands/txn_cmds_gen.h"
-#include "mongo/db/concurrency/global_lock_acquisition_tracker.h"
#include "mongo/db/curop.h"
#include "mongo/db/curop_failpoint_helpers.h"
#include "mongo/db/curop_metrics.h"