summaryrefslogtreecommitdiff
path: root/ext/test/kvs_bdb/kvs_bdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/test/kvs_bdb/kvs_bdb.c')
-rw-r--r--ext/test/kvs_bdb/kvs_bdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/test/kvs_bdb/kvs_bdb.c b/ext/test/kvs_bdb/kvs_bdb.c
index 866cd0663ce..0791b077750 100644
--- a/ext/test/kvs_bdb/kvs_bdb.c
+++ b/ext/test/kvs_bdb/kvs_bdb.c
@@ -1016,9 +1016,10 @@ wiredtiger_extension_init(WT_CONNECTION *connection, WT_CONFIG_ARG *config)
{
/*
* List of the WT_DATA_SOURCE methods -- it's static so it breaks at
- * compile-time should the structure changes underneath us.
+ * compile-time should the structure change underneath us.
*/
static WT_DATA_SOURCE wtds = {
+ NULL, /* No session.alter */
kvs_session_create, /* session.create */
NULL, /* No session.compaction */
kvs_session_drop, /* session.drop */