mdbx-test: refine 'append' testcast (minor).

Change-Id: I79ea16046713a085e62e01eeb0978fc4e6766750
This commit is contained in:
Leonid Yuriev
2019-06-22 13:13:15 +03:00
parent 3fc610f860
commit 243b01dd63
3 changed files with 23 additions and 15 deletions

View File

@@ -119,6 +119,7 @@ protected:
MDBX_dbi db_table_open(bool create);
void db_table_drop(MDBX_dbi handle);
void db_table_clear(MDBX_dbi handle);
void db_table_close(MDBX_dbi handle);
bool wait4start();