summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/cache/cache_las.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/cache/cache_las.c')
-rw-r--r--src/third_party/wiredtiger/src/cache/cache_las.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/cache/cache_las.c b/src/third_party/wiredtiger/src/cache/cache_las.c
index 905c24dceae..06e0056613c 100644
--- a/src/third_party/wiredtiger/src/cache/cache_las.c
+++ b/src/third_party/wiredtiger/src/cache/cache_las.c
@@ -1156,12 +1156,9 @@ __wt_las_sweep(WT_SESSION_IMPL *session)
(prepare_state != WT_PREPARE_INPROGRESS ||
durable_timestamp == 0));
- /*
- * FIXME Disable this assertion until fixed by WT-4598.
- * WT_ASSERT(session,
- * (prepare_state == WT_PREPARE_INPROGRESS ||
- * durable_timestamp >= las_timestamp));
- */
+ WT_ASSERT(session,
+ (prepare_state == WT_PREPARE_INPROGRESS ||
+ durable_timestamp >= las_timestamp));
/*
* There are several conditions that need to be met