From ee25ba7f21361902fa8fde104a29d92b39c8db9c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Nov 2018 13:07:56 +0300 Subject: merge with libmdbx trunk - fixes one rare problem with database shrinking --- libs/libmdbx/src/test/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libs/libmdbx/src/test/config.h') diff --git a/libs/libmdbx/src/test/config.h b/libs/libmdbx/src/test/config.h index 2d0fede046..1886a8ea57 100644 --- a/libs/libmdbx/src/test/config.h +++ b/libs/libmdbx/src/test/config.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2017-2018 Leonid Yuriev * and other libmdbx authors: please see AUTHORS file. * All rights reserved. @@ -26,7 +26,8 @@ enum actor_testcase { ac_deadread, ac_deadwrite, ac_jitter, - ac_try + ac_try, + ac_copy }; enum actor_status { -- cgit v1.2.3