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.in236
1 files changed, 119 insertions, 117 deletions
diff --git a/src/third_party/wiredtiger/src/include/wiredtiger.in b/src/third_party/wiredtiger/src/include/wiredtiger.in
index 44eb86b1a32..fc8e542c33a 100644
--- a/src/third_party/wiredtiger/src/include/wiredtiger.in
+++ b/src/third_party/wiredtiger/src/include/wiredtiger.in
@@ -5911,288 +5911,290 @@ extern int wiredtiger_extension_terminate(WT_CONNECTION *connection);
#define WT_STAT_CONN_REC_SPLIT_STASHED_BYTES 1371
/*! reconciliation: split objects currently awaiting free */
#define WT_STAT_CONN_REC_SPLIT_STASHED_OBJECTS 1372
-/*! session: flush state races */
-#define WT_STAT_CONN_FLUSH_STATE_RACES 1373
+/*! session: attempts to remove a local object and the object is in use */
+#define WT_STAT_CONN_LOCAL_OBJECTS_INUSE 1373
/*! session: flush_tier operation calls */
#define WT_STAT_CONN_FLUSH_TIER 1374
+/*! session: local objects removed */
+#define WT_STAT_CONN_LOCAL_OBJECTS_REMOVED 1375
/*! session: open session count */
-#define WT_STAT_CONN_SESSION_OPEN 1375
+#define WT_STAT_CONN_SESSION_OPEN 1376
/*! session: session query timestamp calls */
-#define WT_STAT_CONN_SESSION_QUERY_TS 1376
+#define WT_STAT_CONN_SESSION_QUERY_TS 1377
/*! session: table alter failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_ALTER_FAIL 1377
+#define WT_STAT_CONN_SESSION_TABLE_ALTER_FAIL 1378
/*! session: table alter successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_ALTER_SUCCESS 1378
+#define WT_STAT_CONN_SESSION_TABLE_ALTER_SUCCESS 1379
/*! session: table alter triggering checkpoint calls */
-#define WT_STAT_CONN_SESSION_TABLE_ALTER_TRIGGER_CHECKPOINT 1379
+#define WT_STAT_CONN_SESSION_TABLE_ALTER_TRIGGER_CHECKPOINT 1380
/*! session: table alter unchanged and skipped */
-#define WT_STAT_CONN_SESSION_TABLE_ALTER_SKIP 1380
+#define WT_STAT_CONN_SESSION_TABLE_ALTER_SKIP 1381
/*! session: table compact failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_COMPACT_FAIL 1381
+#define WT_STAT_CONN_SESSION_TABLE_COMPACT_FAIL 1382
/*! session: table compact successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_COMPACT_SUCCESS 1382
+#define WT_STAT_CONN_SESSION_TABLE_COMPACT_SUCCESS 1383
/*! session: table create failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_CREATE_FAIL 1383
+#define WT_STAT_CONN_SESSION_TABLE_CREATE_FAIL 1384
/*! session: table create successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_CREATE_SUCCESS 1384
+#define WT_STAT_CONN_SESSION_TABLE_CREATE_SUCCESS 1385
/*! session: table drop failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_DROP_FAIL 1385
+#define WT_STAT_CONN_SESSION_TABLE_DROP_FAIL 1386
/*! session: table drop successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_DROP_SUCCESS 1386
+#define WT_STAT_CONN_SESSION_TABLE_DROP_SUCCESS 1387
/*! session: table rename failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_RENAME_FAIL 1387
+#define WT_STAT_CONN_SESSION_TABLE_RENAME_FAIL 1388
/*! session: table rename successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_RENAME_SUCCESS 1388
+#define WT_STAT_CONN_SESSION_TABLE_RENAME_SUCCESS 1389
/*! session: table salvage failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_SALVAGE_FAIL 1389
+#define WT_STAT_CONN_SESSION_TABLE_SALVAGE_FAIL 1390
/*! session: table salvage successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_SALVAGE_SUCCESS 1390
+#define WT_STAT_CONN_SESSION_TABLE_SALVAGE_SUCCESS 1391
/*! session: table truncate failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_TRUNCATE_FAIL 1391
+#define WT_STAT_CONN_SESSION_TABLE_TRUNCATE_FAIL 1392
/*! session: table truncate successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_TRUNCATE_SUCCESS 1392
+#define WT_STAT_CONN_SESSION_TABLE_TRUNCATE_SUCCESS 1393
/*! session: table verify failed calls */
-#define WT_STAT_CONN_SESSION_TABLE_VERIFY_FAIL 1393
+#define WT_STAT_CONN_SESSION_TABLE_VERIFY_FAIL 1394
/*! session: table verify successful calls */
-#define WT_STAT_CONN_SESSION_TABLE_VERIFY_SUCCESS 1394
+#define WT_STAT_CONN_SESSION_TABLE_VERIFY_SUCCESS 1395
/*! session: tiered operations dequeued and processed */
-#define WT_STAT_CONN_TIERED_WORK_UNITS_DEQUEUED 1395
+#define WT_STAT_CONN_TIERED_WORK_UNITS_DEQUEUED 1396
/*! session: tiered operations scheduled */
-#define WT_STAT_CONN_TIERED_WORK_UNITS_CREATED 1396
+#define WT_STAT_CONN_TIERED_WORK_UNITS_CREATED 1397
/*! session: tiered storage local retention time (secs) */
-#define WT_STAT_CONN_TIERED_RETENTION 1397
+#define WT_STAT_CONN_TIERED_RETENTION 1398
/*! session: tiered storage object size */
-#define WT_STAT_CONN_TIERED_OBJECT_SIZE 1398
+#define WT_STAT_CONN_TIERED_OBJECT_SIZE 1399
/*! thread-state: active filesystem fsync calls */
-#define WT_STAT_CONN_THREAD_FSYNC_ACTIVE 1399
+#define WT_STAT_CONN_THREAD_FSYNC_ACTIVE 1400
/*! thread-state: active filesystem read calls */
-#define WT_STAT_CONN_THREAD_READ_ACTIVE 1400
+#define WT_STAT_CONN_THREAD_READ_ACTIVE 1401
/*! thread-state: active filesystem write calls */
-#define WT_STAT_CONN_THREAD_WRITE_ACTIVE 1401
+#define WT_STAT_CONN_THREAD_WRITE_ACTIVE 1402
/*! thread-yield: application thread time evicting (usecs) */
-#define WT_STAT_CONN_APPLICATION_EVICT_TIME 1402
+#define WT_STAT_CONN_APPLICATION_EVICT_TIME 1403
/*! thread-yield: application thread time waiting for cache (usecs) */
-#define WT_STAT_CONN_APPLICATION_CACHE_TIME 1403
+#define WT_STAT_CONN_APPLICATION_CACHE_TIME 1404
/*!
* thread-yield: connection close blocked waiting for transaction state
* stabilization
*/
-#define WT_STAT_CONN_TXN_RELEASE_BLOCKED 1404
+#define WT_STAT_CONN_TXN_RELEASE_BLOCKED 1405
/*! thread-yield: connection close yielded for lsm manager shutdown */
-#define WT_STAT_CONN_CONN_CLOSE_BLOCKED_LSM 1405
+#define WT_STAT_CONN_CONN_CLOSE_BLOCKED_LSM 1406
/*! thread-yield: data handle lock yielded */
-#define WT_STAT_CONN_DHANDLE_LOCK_BLOCKED 1406
+#define WT_STAT_CONN_DHANDLE_LOCK_BLOCKED 1407
/*!
* thread-yield: get reference for page index and slot time sleeping
* (usecs)
*/
-#define WT_STAT_CONN_PAGE_INDEX_SLOT_REF_BLOCKED 1407
+#define WT_STAT_CONN_PAGE_INDEX_SLOT_REF_BLOCKED 1408
/*! thread-yield: page access yielded due to prepare state change */
-#define WT_STAT_CONN_PREPARED_TRANSITION_BLOCKED_PAGE 1408
+#define WT_STAT_CONN_PREPARED_TRANSITION_BLOCKED_PAGE 1409
/*! thread-yield: page acquire busy blocked */
-#define WT_STAT_CONN_PAGE_BUSY_BLOCKED 1409
+#define WT_STAT_CONN_PAGE_BUSY_BLOCKED 1410
/*! thread-yield: page acquire eviction blocked */
-#define WT_STAT_CONN_PAGE_FORCIBLE_EVICT_BLOCKED 1410
+#define WT_STAT_CONN_PAGE_FORCIBLE_EVICT_BLOCKED 1411
/*! thread-yield: page acquire locked blocked */
-#define WT_STAT_CONN_PAGE_LOCKED_BLOCKED 1411
+#define WT_STAT_CONN_PAGE_LOCKED_BLOCKED 1412
/*! thread-yield: page acquire read blocked */
-#define WT_STAT_CONN_PAGE_READ_BLOCKED 1412
+#define WT_STAT_CONN_PAGE_READ_BLOCKED 1413
/*! thread-yield: page acquire time sleeping (usecs) */
-#define WT_STAT_CONN_PAGE_SLEEP 1413
+#define WT_STAT_CONN_PAGE_SLEEP 1414
/*!
* thread-yield: page delete rollback time sleeping for state change
* (usecs)
*/
-#define WT_STAT_CONN_PAGE_DEL_ROLLBACK_BLOCKED 1414
+#define WT_STAT_CONN_PAGE_DEL_ROLLBACK_BLOCKED 1415
/*! thread-yield: page reconciliation yielded due to child modification */
-#define WT_STAT_CONN_CHILD_MODIFY_BLOCKED_PAGE 1415
+#define WT_STAT_CONN_CHILD_MODIFY_BLOCKED_PAGE 1416
/*! transaction: Number of prepared updates */
-#define WT_STAT_CONN_TXN_PREPARED_UPDATES 1416
+#define WT_STAT_CONN_TXN_PREPARED_UPDATES 1417
/*! transaction: Number of prepared updates committed */
-#define WT_STAT_CONN_TXN_PREPARED_UPDATES_COMMITTED 1417
+#define WT_STAT_CONN_TXN_PREPARED_UPDATES_COMMITTED 1418
/*! transaction: Number of prepared updates repeated on the same key */
-#define WT_STAT_CONN_TXN_PREPARED_UPDATES_KEY_REPEATED 1418
+#define WT_STAT_CONN_TXN_PREPARED_UPDATES_KEY_REPEATED 1419
/*! transaction: Number of prepared updates rolled back */
-#define WT_STAT_CONN_TXN_PREPARED_UPDATES_ROLLEDBACK 1419
+#define WT_STAT_CONN_TXN_PREPARED_UPDATES_ROLLEDBACK 1420
/*! transaction: prepared transactions */
-#define WT_STAT_CONN_TXN_PREPARE 1420
+#define WT_STAT_CONN_TXN_PREPARE 1421
/*! transaction: prepared transactions committed */
-#define WT_STAT_CONN_TXN_PREPARE_COMMIT 1421
+#define WT_STAT_CONN_TXN_PREPARE_COMMIT 1422
/*! transaction: prepared transactions currently active */
-#define WT_STAT_CONN_TXN_PREPARE_ACTIVE 1422
+#define WT_STAT_CONN_TXN_PREPARE_ACTIVE 1423
/*! transaction: prepared transactions rolled back */
-#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK 1423
+#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK 1424
/*!
* transaction: prepared transactions rolled back and do not remove the
* history store entry
*/
-#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK_DO_NOT_REMOVE_HS_UPDATE 1424
+#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK_DO_NOT_REMOVE_HS_UPDATE 1425
/*!
* transaction: prepared transactions rolled back and fix the history
* store entry with checkpoint reserved transaction id
*/
-#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK_FIX_HS_UPDATE_WITH_CKPT_RESERVED_TXNID 1425
+#define WT_STAT_CONN_TXN_PREPARE_ROLLBACK_FIX_HS_UPDATE_WITH_CKPT_RESERVED_TXNID 1426
/*! transaction: query timestamp calls */
-#define WT_STAT_CONN_TXN_QUERY_TS 1426
+#define WT_STAT_CONN_TXN_QUERY_TS 1427
/*! transaction: race to read prepared update retry */
-#define WT_STAT_CONN_TXN_READ_RACE_PREPARE_UPDATE 1427
+#define WT_STAT_CONN_TXN_READ_RACE_PREPARE_UPDATE 1428
/*! transaction: rollback to stable calls */
-#define WT_STAT_CONN_TXN_RTS 1428
+#define WT_STAT_CONN_TXN_RTS 1429
/*!
* 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 1429
+#define WT_STAT_CONN_TXN_RTS_HS_STOP_OLDER_THAN_NEWER_START 1430
/*! transaction: rollback to stable inconsistent checkpoint */
-#define WT_STAT_CONN_TXN_RTS_INCONSISTENT_CKPT 1430
+#define WT_STAT_CONN_TXN_RTS_INCONSISTENT_CKPT 1431
/*! transaction: rollback to stable keys removed */
-#define WT_STAT_CONN_TXN_RTS_KEYS_REMOVED 1431
+#define WT_STAT_CONN_TXN_RTS_KEYS_REMOVED 1432
/*! transaction: rollback to stable keys restored */
-#define WT_STAT_CONN_TXN_RTS_KEYS_RESTORED 1432
+#define WT_STAT_CONN_TXN_RTS_KEYS_RESTORED 1433
/*! transaction: rollback to stable pages visited */
-#define WT_STAT_CONN_TXN_RTS_PAGES_VISITED 1433
+#define WT_STAT_CONN_TXN_RTS_PAGES_VISITED 1434
/*! transaction: rollback to stable restored tombstones from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_TOMBSTONES 1434
+#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_TOMBSTONES 1435
/*! transaction: rollback to stable restored updates from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_UPDATES 1435
+#define WT_STAT_CONN_TXN_RTS_HS_RESTORE_UPDATES 1436
/*! transaction: rollback to stable skipping delete rle */
-#define WT_STAT_CONN_TXN_RTS_DELETE_RLE_SKIPPED 1436
+#define WT_STAT_CONN_TXN_RTS_DELETE_RLE_SKIPPED 1437
/*! transaction: rollback to stable skipping stable rle */
-#define WT_STAT_CONN_TXN_RTS_STABLE_RLE_SKIPPED 1437
+#define WT_STAT_CONN_TXN_RTS_STABLE_RLE_SKIPPED 1438
/*! transaction: rollback to stable sweeping history store keys */
-#define WT_STAT_CONN_TXN_RTS_SWEEP_HS_KEYS 1438
+#define WT_STAT_CONN_TXN_RTS_SWEEP_HS_KEYS 1439
/*! transaction: rollback to stable tree walk skipping pages */
-#define WT_STAT_CONN_TXN_RTS_TREE_WALK_SKIP_PAGES 1439
+#define WT_STAT_CONN_TXN_RTS_TREE_WALK_SKIP_PAGES 1440
/*! transaction: rollback to stable updates aborted */
-#define WT_STAT_CONN_TXN_RTS_UPD_ABORTED 1440
+#define WT_STAT_CONN_TXN_RTS_UPD_ABORTED 1441
/*! transaction: rollback to stable updates removed from history store */
-#define WT_STAT_CONN_TXN_RTS_HS_REMOVED 1441
+#define WT_STAT_CONN_TXN_RTS_HS_REMOVED 1442
/*! transaction: sessions scanned in each walk of concurrent sessions */
-#define WT_STAT_CONN_TXN_SESSIONS_WALKED 1442
+#define WT_STAT_CONN_TXN_SESSIONS_WALKED 1443
/*! transaction: set timestamp calls */
-#define WT_STAT_CONN_TXN_SET_TS 1443
+#define WT_STAT_CONN_TXN_SET_TS 1444
/*! transaction: set timestamp durable calls */
-#define WT_STAT_CONN_TXN_SET_TS_DURABLE 1444
+#define WT_STAT_CONN_TXN_SET_TS_DURABLE 1445
/*! transaction: set timestamp durable updates */
-#define WT_STAT_CONN_TXN_SET_TS_DURABLE_UPD 1445
+#define WT_STAT_CONN_TXN_SET_TS_DURABLE_UPD 1446
/*! transaction: set timestamp oldest calls */
-#define WT_STAT_CONN_TXN_SET_TS_OLDEST 1446
+#define WT_STAT_CONN_TXN_SET_TS_OLDEST 1447
/*! transaction: set timestamp oldest updates */
-#define WT_STAT_CONN_TXN_SET_TS_OLDEST_UPD 1447
+#define WT_STAT_CONN_TXN_SET_TS_OLDEST_UPD 1448
/*! transaction: set timestamp stable calls */
-#define WT_STAT_CONN_TXN_SET_TS_STABLE 1448
+#define WT_STAT_CONN_TXN_SET_TS_STABLE 1449
/*! transaction: set timestamp stable updates */
-#define WT_STAT_CONN_TXN_SET_TS_STABLE_UPD 1449
+#define WT_STAT_CONN_TXN_SET_TS_STABLE_UPD 1450
/*! transaction: transaction begins */
-#define WT_STAT_CONN_TXN_BEGIN 1450
+#define WT_STAT_CONN_TXN_BEGIN 1451
/*! transaction: transaction checkpoint currently running */
-#define WT_STAT_CONN_TXN_CHECKPOINT_RUNNING 1451
+#define WT_STAT_CONN_TXN_CHECKPOINT_RUNNING 1452
/*!
* transaction: transaction checkpoint currently running for history
* store file
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_RUNNING_HS 1452
+#define WT_STAT_CONN_TXN_CHECKPOINT_RUNNING_HS 1453
/*! transaction: transaction checkpoint generation */
-#define WT_STAT_CONN_TXN_CHECKPOINT_GENERATION 1453
+#define WT_STAT_CONN_TXN_CHECKPOINT_GENERATION 1454
/*!
* transaction: transaction checkpoint history store file duration
* (usecs)
*/
-#define WT_STAT_CONN_TXN_HS_CKPT_DURATION 1454
+#define WT_STAT_CONN_TXN_HS_CKPT_DURATION 1455
/*! transaction: transaction checkpoint max time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_MAX 1455
+#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_MAX 1456
/*! transaction: transaction checkpoint min time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_MIN 1456
+#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_MIN 1457
/*!
* transaction: transaction checkpoint most recent duration for gathering
* all handles (usecs)
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION 1457
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION 1458
/*!
* transaction: transaction checkpoint most recent duration for gathering
* applied handles (usecs)
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION_APPLY 1458
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION_APPLY 1459
/*!
* transaction: transaction checkpoint most recent duration for gathering
* skipped handles (usecs)
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION_SKIP 1459
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_DURATION_SKIP 1460
/*! transaction: transaction checkpoint most recent handles applied */
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_APPLIED 1460
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_APPLIED 1461
/*! transaction: transaction checkpoint most recent handles skipped */
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_SKIPPED 1461
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_SKIPPED 1462
/*! transaction: transaction checkpoint most recent handles walked */
-#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_WALKED 1462
+#define WT_STAT_CONN_TXN_CHECKPOINT_HANDLE_WALKED 1463
/*! transaction: transaction checkpoint most recent time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_RECENT 1463
+#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_RECENT 1464
/*! transaction: transaction checkpoint prepare currently running */
-#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_RUNNING 1464
+#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_RUNNING 1465
/*! transaction: transaction checkpoint prepare max time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_MAX 1465
+#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_MAX 1466
/*! transaction: transaction checkpoint prepare min time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_MIN 1466
+#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_MIN 1467
/*! transaction: transaction checkpoint prepare most recent time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_RECENT 1467
+#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_RECENT 1468
/*! transaction: transaction checkpoint prepare total time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_TOTAL 1468
+#define WT_STAT_CONN_TXN_CHECKPOINT_PREP_TOTAL 1469
/*! transaction: transaction checkpoint scrub dirty target */
-#define WT_STAT_CONN_TXN_CHECKPOINT_SCRUB_TARGET 1469
+#define WT_STAT_CONN_TXN_CHECKPOINT_SCRUB_TARGET 1470
/*! transaction: transaction checkpoint scrub time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_SCRUB_TIME 1470
+#define WT_STAT_CONN_TXN_CHECKPOINT_SCRUB_TIME 1471
/*! transaction: transaction checkpoint total time (msecs) */
-#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_TOTAL 1471
+#define WT_STAT_CONN_TXN_CHECKPOINT_TIME_TOTAL 1472
/*! transaction: transaction checkpoints */
-#define WT_STAT_CONN_TXN_CHECKPOINT 1472
+#define WT_STAT_CONN_TXN_CHECKPOINT 1473
/*! transaction: transaction checkpoints due to obsolete pages */
-#define WT_STAT_CONN_TXN_CHECKPOINT_OBSOLETE_APPLIED 1473
+#define WT_STAT_CONN_TXN_CHECKPOINT_OBSOLETE_APPLIED 1474
/*!
* transaction: transaction checkpoints skipped because database was
* clean
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_SKIPPED 1474
+#define WT_STAT_CONN_TXN_CHECKPOINT_SKIPPED 1475
/*! transaction: transaction failures due to history store */
-#define WT_STAT_CONN_TXN_FAIL_CACHE 1475
+#define WT_STAT_CONN_TXN_FAIL_CACHE 1476
/*!
* transaction: transaction fsync calls for checkpoint after allocating
* the transaction ID
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_FSYNC_POST 1476
+#define WT_STAT_CONN_TXN_CHECKPOINT_FSYNC_POST 1477
/*!
* transaction: transaction fsync duration for checkpoint after
* allocating the transaction ID (usecs)
*/
-#define WT_STAT_CONN_TXN_CHECKPOINT_FSYNC_POST_DURATION 1477
+#define WT_STAT_CONN_TXN_CHECKPOINT_FSYNC_POST_DURATION 1478
/*! transaction: transaction range of IDs currently pinned */
-#define WT_STAT_CONN_TXN_PINNED_RANGE 1478
+#define WT_STAT_CONN_TXN_PINNED_RANGE 1479
/*! transaction: transaction range of IDs currently pinned by a checkpoint */
-#define WT_STAT_CONN_TXN_PINNED_CHECKPOINT_RANGE 1479
+#define WT_STAT_CONN_TXN_PINNED_CHECKPOINT_RANGE 1480
/*! transaction: transaction range of timestamps currently pinned */
-#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP 1480
+#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP 1481
/*! transaction: transaction range of timestamps pinned by a checkpoint */
-#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_CHECKPOINT 1481
+#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_CHECKPOINT 1482
/*!
* transaction: transaction range of timestamps pinned by the oldest
* active read timestamp
*/
-#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_READER 1482
+#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_READER 1483
/*!
* transaction: transaction range of timestamps pinned by the oldest
* timestamp
*/
-#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_OLDEST 1483
+#define WT_STAT_CONN_TXN_PINNED_TIMESTAMP_OLDEST 1484
/*! transaction: transaction read timestamp of the oldest active reader */
-#define WT_STAT_CONN_TXN_TIMESTAMP_OLDEST_ACTIVE_READ 1484
+#define WT_STAT_CONN_TXN_TIMESTAMP_OLDEST_ACTIVE_READ 1485
/*! transaction: transaction rollback to stable currently running */
-#define WT_STAT_CONN_TXN_ROLLBACK_TO_STABLE_RUNNING 1485
+#define WT_STAT_CONN_TXN_ROLLBACK_TO_STABLE_RUNNING 1486
/*! transaction: transaction walk of concurrent sessions */
-#define WT_STAT_CONN_TXN_WALK_SESSIONS 1486
+#define WT_STAT_CONN_TXN_WALK_SESSIONS 1487
/*! transaction: transactions committed */
-#define WT_STAT_CONN_TXN_COMMIT 1487
+#define WT_STAT_CONN_TXN_COMMIT 1488
/*! transaction: transactions rolled back */
-#define WT_STAT_CONN_TXN_ROLLBACK 1488
+#define WT_STAT_CONN_TXN_ROLLBACK 1489
/*! transaction: update conflicts */
-#define WT_STAT_CONN_TXN_UPDATE_CONFLICT 1489
+#define WT_STAT_CONN_TXN_UPDATE_CONFLICT 1490
/*!
* @}