summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/txn.h
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-08-18 09:24:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-18 10:27:12 +0000
commitb36022abba0f53a2a37e207a4b970bb6d27c0585 (patch)
treef7654fb244604f7c7e27a6d5059efe4611489164 /src/third_party/wiredtiger/src/include/txn.h
parente7d0dd542e1e31098a132989e7ff3c064e435ec0 (diff)
downloadmongo-b36022abba0f53a2a37e207a4b970bb6d27c0585.tar.gz
Import wiredtiger: 3112dccffa27bb8152bbc8ed22f63a0361cf28d7 from branch mongodb-master
ref: 7ece8460dc..3112dccffa for: 6.1.0-rc0 WT-8848 Add session statistics that counts a transaction's dirty bytes. (#8205)
Diffstat (limited to 'src/third_party/wiredtiger/src/include/txn.h')
-rw-r--r--src/third_party/wiredtiger/src/include/txn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/txn.h b/src/third_party/wiredtiger/src/include/txn.h
index deee392df47..d9044db4e1d 100644
--- a/src/third_party/wiredtiger/src/include/txn.h
+++ b/src/third_party/wiredtiger/src/include/txn.h
@@ -19,10 +19,10 @@
* the session get rollback reason API call. Users of the API could have a dependency on the format
* of these messages so changing them must be done with care.
*/
-#define WT_TXN_ROLLBACK_REASON_OLDEST_FOR_EVICTION \
- "oldest pinned transaction ID rolled back for eviction"
#define WT_TXN_ROLLBACK_REASON_CACHE_OVERFLOW "transaction rolled back because of cache overflow"
#define WT_TXN_ROLLBACK_REASON_CONFLICT "conflict between concurrent operations"
+#define WT_TXN_ROLLBACK_REASON_OLDEST_FOR_EVICTION \
+ "oldest pinned transaction ID rolled back for eviction"
/* AUTOMATIC FLAG VALUE GENERATION START 0 */
#define WT_TXN_LOG_CKPT_CLEANUP 0x01u