mdbx-tools: add mdbx_drop tool.

Change-Id: Ib7b32668c13fcef5951ff7250df57b3263e14d69
This commit is contained in:
Leonid Yuriev
2021-03-10 14:43:49 +03:00
parent fd021d793a
commit f01e0efc2d
11 changed files with 247 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ New features:
of grow step and shrink threshold when huge ones (https://github.com/erthink/libmdbx/issues/166).
To minimize the impact on compatibility, only the odd values inside the upper half
of the range (i.e. 32769..65533) are used for the new representation.
- Added the `mdbx_drop` similar to LMDB command-line tool to purge or delete (sub)database(s).
Fixes: