This commit is contained in:
martinsumner 2016-11-18 17:14:01 +00:00
parent f5944f2466
commit 57727e74f9

View file

@ -459,7 +459,7 @@ space_clear_ondelete(_Config) ->
no_check, no_check,
G2), G2),
FoldKeysFun= fun(B, K, Acc) -> Acc ++ {B, K} end, FoldKeysFun = fun(B, K, Acc) -> Acc ++ [{B, K}] end,
AllKeyQuery = {keylist, o_rkv, {FoldKeysFun, []}}, AllKeyQuery = {keylist, o_rkv, {FoldKeysFun, []}},
{async, F1} = leveled_bookie:book_returnfolder(Book1, AllKeyQuery), {async, F1} = leveled_bookie:book_returnfolder(Book1, AllKeyQuery),
SW1 = os:timestamp(), SW1 = os:timestamp(),