mdbx: fix/disallowing implicit subDB deletion via operations on MAIN_DBI.

Change-Id: I3cd786e877f42cef2c0d5556033b2633f8a8ce62
This commit is contained in:
Leonid Yuriev
2021-03-13 16:44:39 +03:00
parent 93f0f21a4c
commit a96b6f79c6
2 changed files with 11 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ Fixes:
- Fixed performance regression due non-optimal C11 atomics usage (https://github.com/erthink/libmdbx/issues/160).
- Fixed "reincarnation" of subDB after it deletion (https://github.com/erthink/libmdbx/issues/168).
- Fixed (disallowing) implicit subDB deletion via operations on `@MAIN`'s DBI-handle.
## v0.9.3 at 2021-02-02