summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-01-19 09:57:33 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-01-19 09:57:33 -0500
commit829bcd39ccfb8dc9fec968468ca2b8a2ac8480f8 (patch)
tree010b05510336bd197196e2b67a3ed06c1cc08510 /examples
parent6b6da4be5993126ed59770dfb028b2820019f4fa (diff)
downloadmongo-829bcd39ccfb8dc9fec968468ca2b8a2ac8480f8.tar.gz
WT-2287: WT_SESSION.rebalance support.
Use a more appropriate name for the rebalance method uri.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index df0361e13fa..f7ee857a7c7 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -674,7 +674,7 @@ session_ops(WT_SESSION *session)
/*! [Compact a table] */
/*! [Rebalance a table] */
- ret = session->rebalance(session, "table:old", NULL);
+ ret = session->rebalance(session, "table:mytable", NULL);
/*! [Rebalance a table] */
/*! [Rename a table] */