mdbx: fix mdbx_env_info_ex() for a non-open environment case.

Fix the https://github.com/erthink/libmdbx/issues/171.

Change-Id: Iad3d0186ef40dfd40fad1c3ae0dd97f9c1161c16
This commit is contained in:
Leonid Yuriev
2021-03-13 17:05:43 +03:00
parent a96b6f79c6
commit e43cf081f1
2 changed files with 26 additions and 0 deletions

View File

@@ -34,6 +34,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.
- Fixed a crash of `mdbx_env_info_ex()` in case of a call for a non-open environment (https://github.com/erthink/libmdbx/issues/171).
## v0.9.3 at 2021-02-02