summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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] */