diff options
author | Benety Goh <benety@mongodb.com> | 2019-03-07 19:01:36 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2019-03-07 19:01:36 -0500 |
commit | a76788e89bf54abacccefeba62d4e3775f20c555 (patch) | |
tree | 3340c1e46d58dae65c45d8f73a611b58127c0dea /src/mongo/db/repl/oplog_entry.h | |
parent | 5a7ccd5f073341f5f98e0ced39a80416869c181b (diff) | |
download | mongo-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.h | 1 |
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. |