diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-11-03 23:19:15 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-11-03 23:19:15 -0500 |
commit | 34bf558b24911143d3615f0af1a2f76d0ce238d0 (patch) | |
tree | 27deca0ac97f4140e41346b9b59db26934988b6a /src/mongo/db/curop.cpp | |
parent | 21286be1a1d0d4c4c8e41567c185819144dd91b5 (diff) | |
download | mongo-34bf558b24911143d3615f0af1a2f76d0ce238d0.tar.gz |
Revert "SERVER-14462 Make db.currentOp report the currently held locks from the Lock Manager"
This reverts commit 1ae3facefbfdb05d3369576611eb96fb1a303815.
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r-- | src/mongo/db/curop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp index d17169461a5..19c716603e9 100644 --- a/src/mongo/db/curop.cpp +++ b/src/mongo/db/curop.cpp @@ -70,6 +70,7 @@ namespace mongo { } void CurOp::_reset() { + _suppressFromCurop = false; _isCommand = false; _dbprofile = 0; _end = 0; |