summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
authorXin Hao Zhang <xinhao.zhang@10gen.com>2019-05-30 16:17:56 -0400
committerXin Hao Zhang <xinhao.zhang@10gen.com>2019-05-31 10:59:41 -0400
commit933c6ad19c3f19a964c74a5174cbcf11cde0a66e (patch)
treec39b0f83ff7843219c40469b61055e64e5486b6f /src/mongo/db/curop.cpp
parent182f15f37344118b33419c05820c2753d06191ed (diff)
downloadmongo-933c6ad19c3f19a964c74a5174cbcf11cde0a66e.tar.gz
SERVER-23831 Remove fastmodinsert
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index 42ef17cf216..0047f47f59c 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -676,7 +676,6 @@ string OpDebug::report(Client* client,
OPDEBUG_TOSTRING_HELP_OPTIONAL("nModified", additiveMetrics.nModified);
OPDEBUG_TOSTRING_HELP_OPTIONAL("ninserted", additiveMetrics.ninserted);
OPDEBUG_TOSTRING_HELP_OPTIONAL("ndeleted", additiveMetrics.ndeleted);
- OPDEBUG_TOSTRING_HELP_BOOL(fastmodinsert);
OPDEBUG_TOSTRING_HELP_BOOL(upsert);
OPDEBUG_TOSTRING_HELP_BOOL(cursorExhausted);
@@ -779,7 +778,6 @@ void OpDebug::append(const CurOp& curop,
OPDEBUG_APPEND_OPTIONAL("nModified", additiveMetrics.nModified);
OPDEBUG_APPEND_OPTIONAL("ninserted", additiveMetrics.ninserted);
OPDEBUG_APPEND_OPTIONAL("ndeleted", additiveMetrics.ndeleted);
- OPDEBUG_APPEND_BOOL(fastmodinsert);
OPDEBUG_APPEND_BOOL(upsert);
OPDEBUG_APPEND_BOOL(cursorExhausted);