summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2020-03-12 16:12:49 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-17 19:07:37 +0000
commit759af0dcb8dd4e13fdcdb8a77907b6dabaf7101e (patch)
tree481ca2fbcabd4af0fb6b95a2882b6ed1f827071c /src/mongo/db/op_observer.h
parentf1bb6bdcb18560f829339d750581e36e71b8f4d2 (diff)
downloadmongo-759af0dcb8dd4e13fdcdb8a77907b6dabaf7101e.tar.gz
SERVER-46389 Improve replication log line style
Diffstat (limited to 'src/mongo/db/op_observer.h')
-rw-r--r--src/mongo/db/op_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer.h b/src/mongo/db/op_observer.h
index 377ef343e8a..547007efe61 100644
--- a/src/mongo/db/op_observer.h
+++ b/src/mongo/db/op_observer.h
@@ -378,7 +378,7 @@ public:
bool configServerConfigVersionRolledBack = false;
// Maps command names to a count of the number of those commands that are being rolled back.
- StringMap<std::uint32_t> rollbackCommandCounts;
+ StringMap<long long> rollbackCommandCounts;
};
/**