summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/connection.h')
-rw-r--r--src/third_party/wiredtiger/src/include/connection.h40
1 files changed, 19 insertions, 21 deletions
diff --git a/src/third_party/wiredtiger/src/include/connection.h b/src/third_party/wiredtiger/src/include/connection.h
index fceecced755..18d5ddd6e73 100644
--- a/src/third_party/wiredtiger/src/include/connection.h
+++ b/src/third_party/wiredtiger/src/include/connection.h
@@ -496,8 +496,7 @@ struct __wt_connection_impl {
uint16_t log_req_min; /* Min required log version */
uint32_t txn_logsync; /* Log sync configuration */
- WT_SESSION_IMPL *meta_ckpt_session; /* Metadata checkpoint session */
- WT_SESSION_IMPL *ckpt_reserved_session; /* Checkpoint reserved session */
+ WT_SESSION_IMPL *meta_ckpt_session; /* Metadata checkpoint session */
/*
* Is there a data/schema change that needs to be the part of a checkpoint.
@@ -590,25 +589,24 @@ struct __wt_connection_impl {
#define WT_TIMING_STRESS_AGGRESSIVE_SWEEP 0x000001u
#define WT_TIMING_STRESS_BACKUP_RENAME 0x000002u
#define WT_TIMING_STRESS_CHECKPOINT_EVICT_PAGE 0x000004u
-#define WT_TIMING_STRESS_CHECKPOINT_RESERVED_TXNID_DELAY 0x000008u
-#define WT_TIMING_STRESS_CHECKPOINT_SLOW 0x000010u
-#define WT_TIMING_STRESS_CHECKPOINT_STOP 0x000020u
-#define WT_TIMING_STRESS_COMPACT_SLOW 0x000040u
-#define WT_TIMING_STRESS_EVICT_REPOSITION 0x000080u
-#define WT_TIMING_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION 0x000100u
-#define WT_TIMING_STRESS_FAILPOINT_HISTORY_STORE_DELETE_KEY_FROM_TS 0x000200u
-#define WT_TIMING_STRESS_HS_CHECKPOINT_DELAY 0x000400u
-#define WT_TIMING_STRESS_HS_SEARCH 0x000800u
-#define WT_TIMING_STRESS_HS_SWEEP 0x001000u
-#define WT_TIMING_STRESS_PREPARE_CHECKPOINT_DELAY 0x002000u
-#define WT_TIMING_STRESS_SPLIT_1 0x004000u
-#define WT_TIMING_STRESS_SPLIT_2 0x008000u
-#define WT_TIMING_STRESS_SPLIT_3 0x010000u
-#define WT_TIMING_STRESS_SPLIT_4 0x020000u
-#define WT_TIMING_STRESS_SPLIT_5 0x040000u
-#define WT_TIMING_STRESS_SPLIT_6 0x080000u
-#define WT_TIMING_STRESS_SPLIT_7 0x100000u
-#define WT_TIMING_STRESS_TIERED_FLUSH_FINISH 0x200000u
+#define WT_TIMING_STRESS_CHECKPOINT_SLOW 0x000008u
+#define WT_TIMING_STRESS_CHECKPOINT_STOP 0x000010u
+#define WT_TIMING_STRESS_COMPACT_SLOW 0x000020u
+#define WT_TIMING_STRESS_EVICT_REPOSITION 0x000040u
+#define WT_TIMING_STRESS_FAILPOINT_EVICTION_FAIL_AFTER_RECONCILIATION 0x000080u
+#define WT_TIMING_STRESS_FAILPOINT_HISTORY_STORE_DELETE_KEY_FROM_TS 0x000100u
+#define WT_TIMING_STRESS_HS_CHECKPOINT_DELAY 0x000200u
+#define WT_TIMING_STRESS_HS_SEARCH 0x000400u
+#define WT_TIMING_STRESS_HS_SWEEP 0x000800u
+#define WT_TIMING_STRESS_PREPARE_CHECKPOINT_DELAY 0x001000u
+#define WT_TIMING_STRESS_SPLIT_1 0x002000u
+#define WT_TIMING_STRESS_SPLIT_2 0x004000u
+#define WT_TIMING_STRESS_SPLIT_3 0x008000u
+#define WT_TIMING_STRESS_SPLIT_4 0x010000u
+#define WT_TIMING_STRESS_SPLIT_5 0x020000u
+#define WT_TIMING_STRESS_SPLIT_6 0x040000u
+#define WT_TIMING_STRESS_SPLIT_7 0x080000u
+#define WT_TIMING_STRESS_TIERED_FLUSH_FINISH 0x100000u
/* AUTOMATIC FLAG VALUE GENERATION STOP 32 */
uint32_t timing_stress_flags;