summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcheck.cpp
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2019-02-21 14:48:32 -0500
committerMatthew Russotto <matthew.russotto@10gen.com>2019-02-22 17:44:41 -0500
commited0a7b7c559962e68c5ca25654fe5534325b3e86 (patch)
treed280694024a8964f61dd97647d8c0fa2c2afecfd /src/mongo/db/commands/dbcheck.cpp
parent2ab2ae3bad12e4aa60bc4dd3708d46d7b031fd79 (diff)
downloadmongo-ed0a7b7c559962e68c5ca25654fe5534325b3e86.tar.gz
SERVER-39431 Write oplog entries with "inTxn" field before commit for large transactions
Diffstat (limited to 'src/mongo/db/commands/dbcheck.cpp')
-rw-r--r--src/mongo/db/commands/dbcheck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/dbcheck.cpp b/src/mongo/db/commands/dbcheck.cpp
index 5ec4f9f5e91..30b57249f5f 100644
--- a/src/mongo/db/commands/dbcheck.cpp
+++ b/src/mongo/db/commands/dbcheck.cpp
@@ -480,6 +480,7 @@ private:
kUninitializedStmtId,
{},
false /* prepare */,
+ false /* inTxn */,
OplogSlot());
uow.commit();
return result;