summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager_test_help.h
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2016-02-12 14:31:03 -0500
committerGeert Bosch <geert@mongodb.com>2016-03-09 18:26:10 -0500
commitb3ff84828ceac501783203480b09cfee8c811a02 (patch)
treee38c0e2e278ac345421d2d95d51ec77c8721f4ac /src/mongo/db/concurrency/lock_manager_test_help.h
parent2ed29a1fe25da8626bb80ba364edf2761777d3f3 (diff)
downloadmongo-b3ff84828ceac501783203480b09cfee8c811a02.tar.gz
SERVER-20524: Rename unlockAll to unlockGlobal
Diffstat (limited to 'src/mongo/db/concurrency/lock_manager_test_help.h')
-rw-r--r--src/mongo/db/concurrency/lock_manager_test_help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/lock_manager_test_help.h b/src/mongo/db/concurrency/lock_manager_test_help.h
index 9344ee67a32..79de7dcba50 100644
--- a/src/mongo/db/concurrency/lock_manager_test_help.h
+++ b/src/mongo/db/concurrency/lock_manager_test_help.h
@@ -40,7 +40,7 @@ public:
}
~LockerForTests() {
- unlockAll();
+ unlockGlobal();
}
};