summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-03-31 14:33:18 -0400
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-03-31 15:19:51 -0400
commitb8975422d78ad3c1f189414b765fa09472ce6f2e (patch)
tree42e0bf0d08bdefc171f0555ccc22c4725dc05bcc
parentb78fcf61ee88dd4536ac040fccea503e0aef639f (diff)
downloadmongo-b8975422d78ad3c1f189414b765fa09472ce6f2e.tar.gz
SERVER-17822 Make OpDebug::writeConflicts a 64-bit counter
(cherry picked from commit 93f27c701833c0e4f3bf11485728e1b89982d21c)
-rw-r--r--src/mongo/db/curop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index e830f4c67ec..dd1fec1ea11 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -172,7 +172,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;
+ long long writeConflicts;
ThreadSafeString planSummary; // a brief std::string describing the query solution
// New Query Framework debugging/profiling info