summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-10-17 09:40:49 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-10-17 09:40:49 +0000
commitf09ae05a147c5945d15f22e1b86f62c6cd3c4f6d (patch)
tree4c919476dc14ab9e000b592b77f2c77b8d7898bc
parent58b8a1ccefab03a1b001448383f8b70b227a0359 (diff)
downloadmongo-f09ae05a147c5945d15f22e1b86f62c6cd3c4f6d.tar.gz
Add lsm: type to the list of unsupported object types.
-rw-r--r--src/support/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/err.c b/src/support/err.c
index 55f21a5bcd5..c332d18478e 100644
--- a/src/support/err.c
+++ b/src/support/err.c
@@ -382,6 +382,7 @@ __wt_bad_object_type(WT_SESSION_IMPL *session, const char *uri)
WT_PREFIX_MATCH(uri, "config:") ||
WT_PREFIX_MATCH(uri, "file:") ||
WT_PREFIX_MATCH(uri, "index:") ||
+ WT_PREFIX_MATCH(uri, "lsm:") ||
WT_PREFIX_MATCH(uri, "statistics:") ||
WT_PREFIX_MATCH(uri, "table:"))
WT_RET_MSG(session, ENOTSUP,