summaryrefslogtreecommitdiff
path: root/src/include/log.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-06-06 15:33:04 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2016-06-06 15:33:04 +1000
commitd58f67f7c6873592b0823dbe746340c43404ede3 (patch)
tree931ba0f9456a4e9a9341873dbb75d1dfebfaed65 /src/include/log.h
parent36b0757c3c0d0af725ebea4290f0302274f16646 (diff)
downloadmongo-d58f67f7c6873592b0823dbe746340c43404ede3.tar.gz
WT-2686 Report an error any time we fail to scan the log. (#2779)
Don't use a flag on the log structure: we may not have one if logging is disabled, but we still scan log files if they exist.
Diffstat (limited to 'src/include/log.h')
-rw-r--r--src/include/log.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/log.h b/src/include/log.h
index 7655cfbb3e9..11cbfbb3639 100644
--- a/src/include/log.h
+++ b/src/include/log.h
@@ -256,9 +256,6 @@ struct __wt_log {
#ifdef HAVE_DIAGNOSTIC
uint64_t write_calls; /* Calls to log_write */
#endif
-
-#define WT_LOG_NOT_VERIFIED 0x1 /* Log just started */
- uint32_t flags;
};
struct __wt_log_record {