summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2012-10-08 17:29:31 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2012-10-08 17:29:31 +1100
commit600ec6ff8f2fceb02a8bccb822dc2a977900300b (patch)
tree493151a9835be8dea1e35876d3188f32dfd502a2
parent44d97fd746a2dc4207e7735c1073b907b0273fde (diff)
downloadmongo-600ec6ff8f2fceb02a8bccb822dc2a977900300b.tar.gz
Cleanup ex_stat
-rw-r--r--examples/c/ex_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_stat.c b/examples/c/ex_stat.c
index 7b4140d0347..9399f45f775 100644
--- a/examples/c/ex_stat.c
+++ b/examples/c/ex_stat.c
@@ -98,7 +98,7 @@ print_lsm_stats(WT_SESSION *session)
/* Create an LSM tree, and add some content. */
ret = session->create(session,
- "lsm:access", "key_format=S,value_format=S,lsm_chunk_size=1MB");
+ "lsm:access", "key_format=S,value_format=S");
/*! [statistics lsm function] */
if ((ret = session->open_cursor(session,