summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/wiredtiger.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/wiredtiger.in')
-rw-r--r--src/third_party/wiredtiger/src/include/wiredtiger.in220
1 files changed, 111 insertions, 109 deletions
diff --git a/src/third_party/wiredtiger/src/include/wiredtiger.in b/src/third_party/wiredtiger/src/include/wiredtiger.in
index 188a1a9e530..fcceedbe660 100644
--- a/src/third_party/wiredtiger/src/include/wiredtiger.in
+++ b/src/third_party/wiredtiger/src/include/wiredtiger.in
@@ -5866,305 +5866,307 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_OLDEST 1360
/*! transaction: transaction read timestamp of the oldest active reader */
#define WT_STAT_CONN_TXN_TIMESTAMP_OLDEST_ACTIVE_READ 1361
+/*! transaction: transaction rollback to stable currently running */
+#define WT_STAT_CONN_TXN_ROLLBACK_TO_STABLE_RUNNING 1362
/*! transaction: transaction sync calls */
-#define WT_STAT_CONN_TXN_SYNC 1362
+#define WT_STAT_CONN_TXN_SYNC 1363
/*! transaction: transaction walk of concurrent sessions */
-#define WT_STAT_CONN_TXN_WALK_SESSIONS 1363
+#define WT_STAT_CONN_TXN_WALK_SESSIONS 1364
/*! transaction: transactions committed */
-#define WT_STAT_CONN_TXN_COMMIT 1364
+#define WT_STAT_CONN_TXN_COMMIT 1365
/*! transaction: transactions rolled back */
-#define WT_STAT_CONN_TXN_ROLLBACK 1365
+#define WT_STAT_CONN_TXN_ROLLBACK 1366
/*! LSM: sleep for LSM checkpoint throttle */
-#define WT_STAT_CONN_LSM_CHECKPOINT_THROTTLE 1366
+#define WT_STAT_CONN_LSM_CHECKPOINT_THROTTLE 1367
/*! LSM: sleep for LSM merge throttle */
-#define WT_STAT_CONN_LSM_MERGE_THROTTLE 1367
+#define WT_STAT_CONN_LSM_MERGE_THROTTLE 1368
/*! cache: bytes currently in the cache */
-#define WT_STAT_CONN_CACHE_BYTES_INUSE 1368
+#define WT_STAT_CONN_CACHE_BYTES_INUSE 1369
/*! cache: bytes dirty in the cache cumulative */
-#define WT_STAT_CONN_CACHE_BYTES_DIRTY_TOTAL 1369
+#define WT_STAT_CONN_CACHE_BYTES_DIRTY_TOTAL 1370
/*! cache: bytes read into cache */
-#define WT_STAT_CONN_CACHE_BYTES_READ 1370
+#define WT_STAT_CONN_CACHE_BYTES_READ 1371
/*! cache: bytes written from cache */
-#define WT_STAT_CONN_CACHE_BYTES_WRITE 1371
+#define WT_STAT_CONN_CACHE_BYTES_WRITE 1372
/*! cache: checkpoint blocked page eviction */
-#define WT_STAT_CONN_CACHE_EVICTION_CHECKPOINT 1372
+#define WT_STAT_CONN_CACHE_EVICTION_CHECKPOINT 1373
/*! cache: eviction walk target pages histogram - 0-9 */
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT10 1373
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT10 1374
/*! cache: eviction walk target pages histogram - 10-31 */
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT32 1374
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT32 1375
/*! cache: eviction walk target pages histogram - 128 and higher */
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_GE128 1375
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_GE128 1376
/*! cache: eviction walk target pages histogram - 32-63 */
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT64 1376
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT64 1377
/*! cache: eviction walk target pages histogram - 64-128 */
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT128 1377
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_LT128 1378
/*!
* cache: eviction walk target pages reduced due to history store cache
* pressure
*/
-#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_REDUCED 1378
+#define WT_STAT_CONN_CACHE_EVICTION_TARGET_PAGE_REDUCED 1379
/*! cache: eviction walks abandoned */
-#define WT_STAT_CONN_CACHE_EVICTION_WALKS_ABANDONED 1379
+#define WT_STAT_CONN_CACHE_EVICTION_WALKS_ABANDONED 1380
/*! cache: eviction walks gave up because they restarted their walk twice */
-#define WT_STAT_CONN_CACHE_EVICTION_WALKS_STOPPED 1380
+#define WT_STAT_CONN_CACHE_EVICTION_WALKS_STOPPED 1381
/*!
* cache: eviction walks gave up because they saw too many pages and
* found no candidates
*/
-#define WT_STAT_CONN_CACHE_EVICTION_WALKS_GAVE_UP_NO_TARGETS 1381
+#define WT_STAT_CONN_CACHE_EVICTION_WALKS_GAVE_UP_NO_TARGETS 1382
/*!
* cache: eviction walks gave up because they saw too many pages and
* found too few candidates
*/
-#define WT_STAT_CONN_CACHE_EVICTION_WALKS_GAVE_UP_RATIO 1382
+#define WT_STAT_CONN_CACHE_EVICTION_WALKS_GAVE_UP_RATIO 1383
/*! cache: eviction walks reached end of tree */
-#define WT_STAT_CONN_CACHE_EVICTION_WALKS_ENDED 1383
+#define WT_STAT_CONN_CACHE_EVICTION_WALKS_ENDED 1384
/*! cache: eviction walks restarted */
-#define WT_STAT_CONN_CACHE_EVICTION_WALK_RESTART 1384
+#define WT_STAT_CONN_CACHE_EVICTION_WALK_RESTART 1385
/*! cache: eviction walks started from root of tree */
-#define WT_STAT_CONN_CACHE_EVICTION_WALK_FROM_ROOT 1385
+#define WT_STAT_CONN_CACHE_EVICTION_WALK_FROM_ROOT 1386
/*! cache: eviction walks started from saved location in tree */
-#define WT_STAT_CONN_CACHE_EVICTION_WALK_SAVED_POS 1386
+#define WT_STAT_CONN_CACHE_EVICTION_WALK_SAVED_POS 1387
/*! cache: hazard pointer blocked page eviction */
-#define WT_STAT_CONN_CACHE_EVICTION_HAZARD 1387
+#define WT_STAT_CONN_CACHE_EVICTION_HAZARD 1388
/*! cache: history store table insert calls */
-#define WT_STAT_CONN_CACHE_HS_INSERT 1388
+#define WT_STAT_CONN_CACHE_HS_INSERT 1389
/*! cache: history store table insert calls that returned restart */
-#define WT_STAT_CONN_CACHE_HS_INSERT_RESTART 1389
+#define WT_STAT_CONN_CACHE_HS_INSERT_RESTART 1390
/*!
* cache: history store table out-of-order resolved updates that lose
* their durable timestamp
*/
-#define WT_STAT_CONN_CACHE_HS_ORDER_LOSE_DURABLE_TIMESTAMP 1390
+#define WT_STAT_CONN_CACHE_HS_ORDER_LOSE_DURABLE_TIMESTAMP 1391
/*!
* cache: history store table out-of-order updates that were fixed up by
* moving existing records
*/
-#define WT_STAT_CONN_CACHE_HS_ORDER_FIXUP_MOVE 1391
+#define WT_STAT_CONN_CACHE_HS_ORDER_FIXUP_MOVE 1392
/*!
* cache: history store table out-of-order updates that were fixed up
* during insertion
*/
-#define WT_STAT_CONN_CACHE_HS_ORDER_FIXUP_INSERT 1392
+#define WT_STAT_CONN_CACHE_HS_ORDER_FIXUP_INSERT 1393
/*! cache: history store table reads */
-#define WT_STAT_CONN_CACHE_HS_READ 1393
+#define WT_STAT_CONN_CACHE_HS_READ 1394
/*! cache: history store table reads missed */
-#define WT_STAT_CONN_CACHE_HS_READ_MISS 1394
+#define WT_STAT_CONN_CACHE_HS_READ_MISS 1395
/*! cache: history store table reads requiring squashed modifies */
-#define WT_STAT_CONN_CACHE_HS_READ_SQUASH 1395
+#define WT_STAT_CONN_CACHE_HS_READ_SQUASH 1396
/*!
* cache: history store table truncation by rollback to stable to remove
* an unstable update
*/
-#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_RTS_UNSTABLE 1396
+#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_RTS_UNSTABLE 1397
/*!
* cache: history store table truncation by rollback to stable to remove
* an update
*/
-#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_RTS 1397
+#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_RTS 1398
/*! cache: history store table truncation to remove an update */
-#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE 1398
+#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE 1399
/*!
* cache: history store table truncation to remove range of updates due
* to key being removed from the data page during reconciliation
*/
-#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_ONPAGE_REMOVAL 1399
+#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_ONPAGE_REMOVAL 1400
/*!
* cache: history store table truncation to remove range of updates due
* to non timestamped update on data page
*/
-#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_NON_TS 1400
+#define WT_STAT_CONN_CACHE_HS_KEY_TRUNCATE_NON_TS 1401
/*! cache: history store table writes requiring squashed modifies */
-#define WT_STAT_CONN_CACHE_HS_WRITE_SQUASH 1401
+#define WT_STAT_CONN_CACHE_HS_WRITE_SQUASH 1402
/*! cache: in-memory page passed criteria to be split */
-#define WT_STAT_CONN_CACHE_INMEM_SPLITTABLE 1402
+#define WT_STAT_CONN_CACHE_INMEM_SPLITTABLE 1403
/*! cache: in-memory page splits */
-#define WT_STAT_CONN_CACHE_INMEM_SPLIT 1403
+#define WT_STAT_CONN_CACHE_INMEM_SPLIT 1404
/*! cache: internal pages evicted */
-#define WT_STAT_CONN_CACHE_EVICTION_INTERNAL 1404
+#define WT_STAT_CONN_CACHE_EVICTION_INTERNAL 1405
/*! cache: internal pages split during eviction */
-#define WT_STAT_CONN_CACHE_EVICTION_SPLIT_INTERNAL 1405
+#define WT_STAT_CONN_CACHE_EVICTION_SPLIT_INTERNAL 1406
/*! cache: leaf pages split during eviction */
-#define WT_STAT_CONN_CACHE_EVICTION_SPLIT_LEAF 1406
+#define WT_STAT_CONN_CACHE_EVICTION_SPLIT_LEAF 1407
/*! cache: modified pages evicted */
-#define WT_STAT_CONN_CACHE_EVICTION_DIRTY 1407
+#define WT_STAT_CONN_CACHE_EVICTION_DIRTY 1408
/*! cache: overflow pages read into cache */
-#define WT_STAT_CONN_CACHE_READ_OVERFLOW 1408
+#define WT_STAT_CONN_CACHE_READ_OVERFLOW 1409
/*! cache: page split during eviction deepened the tree */
-#define WT_STAT_CONN_CACHE_EVICTION_DEEPEN 1409
+#define WT_STAT_CONN_CACHE_EVICTION_DEEPEN 1410
/*! cache: page written requiring history store records */
-#define WT_STAT_CONN_CACHE_WRITE_HS 1410
+#define WT_STAT_CONN_CACHE_WRITE_HS 1411
/*! cache: pages read into cache */
-#define WT_STAT_CONN_CACHE_READ 1411
+#define WT_STAT_CONN_CACHE_READ 1412
/*! cache: pages read into cache after truncate */
-#define WT_STAT_CONN_CACHE_READ_DELETED 1412
+#define WT_STAT_CONN_CACHE_READ_DELETED 1413
/*! cache: pages read into cache after truncate in prepare state */
-#define WT_STAT_CONN_CACHE_READ_DELETED_PREPARED 1413
+#define WT_STAT_CONN_CACHE_READ_DELETED_PREPARED 1414
/*! cache: pages requested from the cache */
-#define WT_STAT_CONN_CACHE_PAGES_REQUESTED 1414
+#define WT_STAT_CONN_CACHE_PAGES_REQUESTED 1415
/*! cache: pages seen by eviction walk */
-#define WT_STAT_CONN_CACHE_EVICTION_PAGES_SEEN 1415
+#define WT_STAT_CONN_CACHE_EVICTION_PAGES_SEEN 1416
/*! cache: pages written from cache */
-#define WT_STAT_CONN_CACHE_WRITE 1416
+#define WT_STAT_CONN_CACHE_WRITE 1417
/*! cache: pages written requiring in-memory restoration */
-#define WT_STAT_CONN_CACHE_WRITE_RESTORE 1417
+#define WT_STAT_CONN_CACHE_WRITE_RESTORE 1418
/*! cache: tracked dirty bytes in the cache */
-#define WT_STAT_CONN_CACHE_BYTES_DIRTY 1418
+#define WT_STAT_CONN_CACHE_BYTES_DIRTY 1419
/*! cache: unmodified pages evicted */
-#define WT_STAT_CONN_CACHE_EVICTION_CLEAN 1419
+#define WT_STAT_CONN_CACHE_EVICTION_CLEAN 1420
/*! checkpoint-cleanup: pages added for eviction */
-#define WT_STAT_CONN_CC_PAGES_EVICT 1420
+#define WT_STAT_CONN_CC_PAGES_EVICT 1421
/*! checkpoint-cleanup: pages removed */
-#define WT_STAT_CONN_CC_PAGES_REMOVED 1421
+#define WT_STAT_CONN_CC_PAGES_REMOVED 1422
/*! checkpoint-cleanup: pages skipped during tree walk */
-#define WT_STAT_CONN_CC_PAGES_WALK_SKIPPED 1422
+#define WT_STAT_CONN_CC_PAGES_WALK_SKIPPED 1423
/*! checkpoint-cleanup: pages visited */
-#define WT_STAT_CONN_CC_PAGES_VISITED 1423
+#define WT_STAT_CONN_CC_PAGES_VISITED 1424
/*! cursor: Total number of entries skipped by cursor next calls */
-#define WT_STAT_CONN_CURSOR_NEXT_SKIP_TOTAL 1424
+#define WT_STAT_CONN_CURSOR_NEXT_SKIP_TOTAL 1425
/*! cursor: Total number of entries skipped by cursor prev calls */
-#define WT_STAT_CONN_CURSOR_PREV_SKIP_TOTAL 1425
+#define WT_STAT_CONN_CURSOR_PREV_SKIP_TOTAL 1426
/*!
* cursor: Total number of entries skipped to position the history store
* cursor
*/
-#define WT_STAT_CONN_CURSOR_SKIP_HS_CUR_POSITION 1426
+#define WT_STAT_CONN_CURSOR_SKIP_HS_CUR_POSITION 1427
/*!
* cursor: cursor next calls that skip due to a globally visible history
* store tombstone
*/
-#define WT_STAT_CONN_CURSOR_NEXT_HS_TOMBSTONE 1427
+#define WT_STAT_CONN_CURSOR_NEXT_HS_TOMBSTONE 1428
/*!
* cursor: cursor next calls that skip greater than or equal to 100
* entries
*/
-#define WT_STAT_CONN_CURSOR_NEXT_SKIP_GE_100 1428
+#define WT_STAT_CONN_CURSOR_NEXT_SKIP_GE_100 1429
/*! cursor: cursor next calls that skip less than 100 entries */
-#define WT_STAT_CONN_CURSOR_NEXT_SKIP_LT_100 1429
+#define WT_STAT_CONN_CURSOR_NEXT_SKIP_LT_100 1430
/*!
* cursor: cursor prev calls that skip due to a globally visible history
* store tombstone
*/
-#define WT_STAT_CONN_CURSOR_PREV_HS_TOMBSTONE 1430
+#define WT_STAT_CONN_CURSOR_PREV_HS_TOMBSTONE 1431
/*!
* cursor: cursor prev calls that skip greater than or equal to 100
* entries
*/
-#define WT_STAT_CONN_CURSOR_PREV_SKIP_GE_100 1431
+#define WT_STAT_CONN_CURSOR_PREV_SKIP_GE_100 1432
/*! cursor: cursor prev calls that skip less than 100 entries */
-#define WT_STAT_CONN_CURSOR_PREV_SKIP_LT_100 1432
+#define WT_STAT_CONN_CURSOR_PREV_SKIP_LT_100 1433
/*! cursor: open cursor count */
-#define WT_STAT_CONN_CURSOR_OPEN_COUNT 1433
+#define WT_STAT_CONN_CURSOR_OPEN_COUNT 1434
/*! reconciliation: approximate byte size of timestamps in pages written */
-#define WT_STAT_CONN_REC_TIME_WINDOW_BYTES_TS 1434
+#define WT_STAT_CONN_REC_TIME_WINDOW_BYTES_TS 1435
/*!
* reconciliation: approximate byte size of transaction IDs in pages
* written
*/
-#define WT_STAT_CONN_REC_TIME_WINDOW_BYTES_TXN 1435
+#define WT_STAT_CONN_REC_TIME_WINDOW_BYTES_TXN 1436
/*! reconciliation: fast-path pages deleted */
-#define WT_STAT_CONN_REC_PAGE_DELETE_FAST 1436
+#define WT_STAT_CONN_REC_PAGE_DELETE_FAST 1437
/*! reconciliation: page reconciliation calls */
-#define WT_STAT_CONN_REC_PAGES 1437
+#define WT_STAT_CONN_REC_PAGES 1438
/*! reconciliation: page reconciliation calls for eviction */
-#define WT_STAT_CONN_REC_PAGES_EVICTION 1438
+#define WT_STAT_CONN_REC_PAGES_EVICTION 1439
/*! reconciliation: pages deleted */
-#define WT_STAT_CONN_REC_PAGE_DELETE 1439
+#define WT_STAT_CONN_REC_PAGE_DELETE 1440
/*!
* reconciliation: pages written including an aggregated newest start
* durable timestamp
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_START_DURABLE_TS 1440
+#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_START_DURABLE_TS 1441
/*!
* reconciliation: pages written including an aggregated newest stop
* durable timestamp
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_DURABLE_TS 1441
+#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_DURABLE_TS 1442
/*!
* reconciliation: pages written including an aggregated newest stop
* timestamp
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_TS 1442
+#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_TS 1443
/*!
* reconciliation: pages written including an aggregated newest stop
* transaction ID
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_TXN 1443
+#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_STOP_TXN 1444
/*!
* reconciliation: pages written including an aggregated newest
* transaction ID
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_TXN 1444
+#define WT_STAT_CONN_REC_TIME_AGGR_NEWEST_TXN 1445
/*!
* reconciliation: pages written including an aggregated oldest start
* timestamp
*/
-#define WT_STAT_CONN_REC_TIME_AGGR_OLDEST_START_TS 1445
+#define WT_STAT_CONN_REC_TIME_AGGR_OLDEST_START_TS 1446
/*! reconciliation: pages written including an aggregated prepare */
-#define WT_STAT_CONN_REC_TIME_AGGR_PREPARED 1446
+#define WT_STAT_CONN_REC_TIME_AGGR_PREPARED 1447
/*!
* reconciliation: pages written including at least one start durable
* timestamp
*/
-#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_DURABLE_START_TS 1447
+#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_DURABLE_START_TS 1448
/*!
* reconciliation: pages written including at least one start transaction
* ID
*/
-#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_START_TXN 1448
+#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_START_TXN 1449
/*!
* reconciliation: pages written including at least one stop durable
* timestamp
*/
-#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_DURABLE_STOP_TS 1449
+#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_DURABLE_STOP_TS 1450
/*! reconciliation: pages written including at least one stop timestamp */
-#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_STOP_TS 1450
+#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_STOP_TS 1451
/*!
* reconciliation: pages written including at least one stop transaction
* ID
*/
-#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_STOP_TXN 1451
+#define WT_STAT_CONN_REC_TIME_WINDOW_PAGES_STOP_TXN 1452
/*! reconciliation: records written including a start durable timestamp */
-#define WT_STAT_CONN_REC_TIME_WINDOW_DURABLE_START_TS 1452
+#define WT_STAT_CONN_REC_TIME_WINDOW_DURABLE_START_TS 1453
/*! reconciliation: records written including a start timestamp */
-#define WT_STAT_CONN_REC_TIME_WINDOW_START_TS 1453
+#define WT_STAT_CONN_REC_TIME_WINDOW_START_TS 1454
/*! reconciliation: records written including a start transaction ID */
-#define WT_STAT_CONN_REC_TIME_WINDOW_START_TXN 1454
+#define WT_STAT_CONN_REC_TIME_WINDOW_START_TXN 1455
/*! reconciliation: records written including a stop durable timestamp */
-#define WT_STAT_CONN_REC_TIME_WINDOW_DURABLE_STOP_TS 1455
+#define WT_STAT_CONN_REC_TIME_WINDOW_DURABLE_STOP_TS 1456
/*! reconciliation: records written including a stop timestamp */
-#define WT_STAT_CONN_REC_TIME_WINDOW_STOP_TS 1456
+#define WT_STAT_CONN_REC_TIME_WINDOW_STOP_TS 1457
/*! reconciliation: records written including a stop transaction ID */
-#define WT_STAT_CONN_REC_TIME_WINDOW_STOP_TXN 1457
+#define WT_STAT_CONN_REC_TIME_WINDOW_STOP_TXN 1458
/*! session: tiered storage local retention time (secs) */
-#define WT_STAT_CONN_TIERED_RETENTION 1458
+#define WT_STAT_CONN_TIERED_RETENTION 1459
/*! session: tiered storage object size */
-#define WT_STAT_CONN_TIERED_OBJECT_SIZE 1459
+#define WT_STAT_CONN_TIERED_OBJECT_SIZE 1460
/*! transaction: race to read prepared update retry */
-#define WT_STAT_CONN_TXN_READ_RACE_PREPARE_UPDATE 1460
+#define WT_STAT_CONN_TXN_READ_RACE_PREPARE_UPDATE 1461
/*!
* transaction: rollback to stable history store records with stop
* timestamps older than newer records
*/
-#define WT_STAT_CONN_TXN_RTS_HS_STOP_OLDER_THAN_NEWER_START 1461
+#define WT_STAT_CONN_TXN_RTS_HS_STOP_OLDER_THAN_NEWER_START 1462
/*! transaction: rollback to stable inconsistent checkpoint */
-#define WT_STAT_CONN_TXN_RTS_INCONSISTENT_CKPT 1462
+#define WT_STAT_CONN_TXN_RTS_INCONSISTENT_CKPT 1463
/*! transaction: rollback to stable keys removed */
-#define WT_STAT_CONN_TXN_RTS_KEYS_REMOVED 1463
+#define WT_STAT_CONN_TXN_RTS_KEYS_REMOVED 1464
/*! transaction: rollback to stable keys restored */
-#define WT_STAT_CONN_TXN_RTS_KEYS_RESTORED 1464
+#define WT_STAT_CONN_TXN_RTS_KEYS_RESTORED 1465
/*! transaction: rollback to stable restored tombstones from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_TOMBSTONES 1465
+#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_TOMBSTONES 1466
/*! transaction: rollback to stable restored updates from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_UPDATES 1466
+#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_UPDATES 1467
/*! transaction: rollback to stable sweeping history store keys */
-#define WT_STAT_CONN_TXN_RTS_SWEEP_HS_KEYS 1467
+#define WT_STAT_CONN_TXN_RTS_SWEEP_HS_KEYS 1468
/*! transaction: rollback to stable updates removed from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_REMOVED 1468
+#define WT_STAT_CONN_TXN_RTS_HS_REMOVED 1469
/*! transaction: transaction checkpoints due to obsolete pages */
-#define WT_STAT_CONN_TXN_CHECKPOINT_OBSOLETE_APPLIED 1469
+#define WT_STAT_CONN_TXN_CHECKPOINT_OBSOLETE_APPLIED 1470
/*! transaction: update conflicts */
-#define WT_STAT_CONN_TXN_UPDATE_CONFLICT 1470
+#define WT_STAT_CONN_TXN_UPDATE_CONFLICT 1471
/*!
* @}