diff options
author | Lingzhi Deng <lingzhi.deng@mongodb.com> | 2019-04-05 10:52:43 -0400 |
---|---|---|
committer | Lingzhi Deng <lingzhi.deng@mongodb.com> | 2019-04-09 12:45:33 -0400 |
commit | decf670a6d7ec7a31c3820032188aab3fdc0fbd1 (patch) | |
tree | 6a719219ba181ca0d64b193c93ff003ba71f95d6 /src/mongo/db/transactions_stats.idl | |
parent | 9f40ea669153868ee1df20ff8952b4f264198ce1 (diff) | |
download | mongo-decf670a6d7ec7a31c3820032188aab3fdc0fbd1.tar.gz |
SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from serverStatus.transactions
This reverts most of the work done in 3bb72042c29ceac96ec628ee643cbc4db8e982ab
Diffstat (limited to 'src/mongo/db/transactions_stats.idl')
-rw-r--r-- | src/mongo/db/transactions_stats.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/transactions_stats.idl b/src/mongo/db/transactions_stats.idl index ad70e141d6f..c2a269d4a79 100644 --- a/src/mongo/db/transactions_stats.idl +++ b/src/mongo/db/transactions_stats.idl @@ -83,5 +83,3 @@ structs: currentPrepared: type: long default: 0 - oldestOpenUnpreparedReadTimestamp: - type: timestamp |