summaryrefslogtreecommitdiff
path: root/src/mongo/db/transactions_stats.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/transactions_stats.idl')
-rw-r--r--src/mongo/db/transactions_stats.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/transactions_stats.idl b/src/mongo/db/transactions_stats.idl
index 3987ba0be8e..616e165cd9f 100644
--- a/src/mongo/db/transactions_stats.idl
+++ b/src/mongo/db/transactions_stats.idl
@@ -36,6 +36,9 @@ structs:
retriedStatementsCount:
type: long
default: 0
+ transactionsCollectionWriteCount:
+ type: long
+ default: 0
currentOpen:
type: long
default: 0
@@ -48,6 +51,3 @@ structs:
totalStarted:
type: long
default: 0
- transactionsCollectionWriteCount:
- type: long
- default: 0