summaryrefslogtreecommitdiff
path: root/src/conn/conn_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn/conn_api.c')
-rw-r--r--src/conn/conn_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c
index 2680c995477..63fe1ef68ce 100644
--- a/src/conn/conn_api.c
+++ b/src/conn/conn_api.c
@@ -705,6 +705,7 @@ wiredtiger_open(const char *home, WT_EVENT_HANDLER *event_handler,
uint32_t flag;
} *ft, verbtypes[] = {
{ "block", WT_VERB_block },
+ { "ckpt", WT_VERB_ckpt },
{ "evict", WT_VERB_evict },
{ "evictserver",WT_VERB_evictserver },
{ "fileops", WT_VERB_fileops },
@@ -715,7 +716,6 @@ wiredtiger_open(const char *home, WT_EVENT_HANDLER *event_handler,
{ "reconcile", WT_VERB_reconcile },
{ "salvage", WT_VERB_salvage },
{ "verify", WT_VERB_verify },
- { "snapshot", WT_VERB_snapshot },
{ "write", WT_VERB_write },
{ NULL, 0 }
}, directio_types[] = {