mdbx-load: add -p option (purge subDB).

Change-Id: I678950c99c8b4aea1add4ce548c9b4fe4ab8bfe6
This commit is contained in:
Leonid Yuriev
2020-12-03 21:52:22 +03:00
parent 90309ec0bf
commit d9bd306da3
2 changed files with 20 additions and 6 deletions

View File

@@ -21,11 +21,12 @@ Removed options and features:
- Drop `MDBX_HUGE_TRANSACTIONS` build-option (now no longer required).
Added features:
New features:
- Package for FreeBSD is available now by Mahlon E. Smith.
- New API functions to get/set various options (https://github.com/erthink/libmdbx/issues/128).
- Unlimited/Dynamic size of retired and dirty page lists (https://github.com/erthink/libmdbx/issues/123).
- Added `-p` option (purge subDB before loading) to `mdbx_load` tool.
Fixes: