summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-03-07 19:01:36 -0500
committerBenety Goh <benety@mongodb.com>2019-03-07 19:01:36 -0500
commita76788e89bf54abacccefeba62d4e3775f20c555 (patch)
tree3340c1e46d58dae65c45d8f73a611b58127c0dea /src/mongo/db/repl/oplog_entry.h
parent5a7ccd5f073341f5f98e0ced39a80416869c181b (diff)
downloadmongo-a76788e89bf54abacccefeba62d4e3775f20c555.tar.gz
Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"
This reverts commit 86c1120002b6f28183f024f373ecc58123624a46.
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.h')
-rw-r--r--src/mongo/db/repl/oplog_entry.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog_entry.h b/src/mongo/db/repl/oplog_entry.h
index de984061e6b..c385e813552 100644
--- a/src/mongo/db/repl/oplog_entry.h
+++ b/src/mongo/db/repl/oplog_entry.h
@@ -62,7 +62,6 @@ public:
kDropIndexes,
kCommitTransaction,
kAbortTransaction,
- kPrepareTransaction,
};
// Current oplog version, should be the value of the v field in all oplog entries.