summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2015-01-06 17:44:31 -0500
committerEliot Horowitz <eliot@10gen.com>2015-01-06 23:39:09 -0500
commit6fcf84b2716e5b883ee521113bf940546bfe1872 (patch)
treeeecf30d7a734688b97a2a740e5000e66947a4c6b /src/mongo/db/curop.h
parent03cb0b023a4e833de44497ba076adf7c5190031c (diff)
downloadmongo-6fcf84b2716e5b883ee521113bf940546bfe1872.tar.gz
SERVER-16671: remove logging for write conflict at 0, add counter, fix pause
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index a8425aece60..c38e2d8f2f3 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -168,6 +168,7 @@ namespace mongo {
bool fastmodinsert; // upsert of an $operation. builds a default object
bool upsert; // true if the update actually did an insert
int keyUpdates;
+ int writeConflicts;
ThreadSafeString planSummary; // a brief std::string describing the query solution
// New Query Framework debugging/profiling info