From a1459ce60739431e3d1991c5119d1f33ecf58590 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Sat, 20 Apr 2013 12:33:36 -0400 Subject: [PATCH] It's statistics: not table:statistics (oops). --- src/riak_kv_wterl_backend.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riak_kv_wterl_backend.erl b/src/riak_kv_wterl_backend.erl index d86b595..22ec3d4 100644 --- a/src/riak_kv_wterl_backend.erl +++ b/src/riak_kv_wterl_backend.erl @@ -377,7 +377,7 @@ max_sessions(Config) -> establish_utility_cursors(Connection, Table) -> case wterl:cursor_open(Connection, Table) of {ok, IsEmptyCursor} -> - case wterl:cursor_open(Connection, "table:statistics", [{statistics_fast, true}]) of + case wterl:cursor_open(Connection, "statistics:" ++ Table, [{statistics_fast, true}]) of {ok, StatusCursor} -> {ok, IsEmptyCursor, StatusCursor}; {error, Reason1} ->