It's statistics:<your table name here> not table:statistics (oops).

This commit is contained in:
Gregory Burd 2013-04-20 12:33:36 -04:00
parent b69f35364b
commit a1459ce607

View file

@ -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} ->