mdbx: minor fix meta_checktxnid() to avoid assertion in debug mode.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-07-08 01:08:54 +03:00
parent f17bd06116
commit 6e2a1ebfbd
2 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ Minors:
- Minor fixes Doxygen references, comments, descriptions, etc.
- Fixed copy&paste typo inside `meta_checktxnid()`.
- Minor fix `meta_checktxnid()` to avoid assertion in debug mode.
-------------------------------------------------------------------------------