summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-02-12 13:27:32 -0500
committerSusan LoVerso <sue@wiredtiger.com>2015-02-12 13:27:32 -0500
commit46b7721215856d08ca3a37f7ffc27c57b1d4c1d7 (patch)
tree24b8de44efb9fb9d14c613dd9d05cd64c489815e /src/include/connection.h
parentba3747e95de27931b3a101406b3a12ddbb64a2c7 (diff)
downloadmongo-46b7721215856d08ca3a37f7ffc27c57b1d4c1d7.tar.gz
Add recover config setting and use it in the wt command. #1651
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index dd97ea50ce9..ff5e401fadd 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -310,6 +310,7 @@ struct __wt_connection_impl {
#define WT_CONN_LOG_ENABLED 0x02 /* Logging is enabled */
#define WT_CONN_LOG_EXISTED 0x04 /* Log files found */
#define WT_CONN_LOG_PREALLOC 0x08 /* Pre-allocation is enabled */
+#define WT_CONN_LOG_RECOVER_ERR 0x10 /* Error if recovery required */
uint32_t log_flags; /* Global logging configuration */
WT_CONDVAR *log_cond; /* Log server wait mutex */
WT_SESSION_IMPL *log_session; /* Log server session */