mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:34:14 +08:00
mdbx: update ChangeLog.
Change-Id: Ifb831c86e79d3180943d978d316ef0e7b691c3b8
This commit is contained in:
parent
f698f07ff9
commit
9ae054caf6
2
.github/actions/spelling/expect.txt
vendored
2
.github/actions/spelling/expect.txt
vendored
@ -758,6 +758,7 @@ kp
|
||||
ks
|
||||
ksize
|
||||
kstat
|
||||
Kuntze
|
||||
kurt
|
||||
kuznik
|
||||
kval
|
||||
@ -1611,6 +1612,7 @@ testcase
|
||||
testdb
|
||||
TESTLIST
|
||||
TESTLOG
|
||||
Thermi
|
||||
thr
|
||||
THREADENTRY
|
||||
THUMBEB
|
||||
|
@ -17,6 +17,7 @@ Acknowledgements:
|
||||
- [장세연](http://www.castis.com) for bug fixing and PR.
|
||||
- [Clément Renault](https://github.com/Kerollmops/heed) for [Heed](https://github.com/Kerollmops/heed) fully typed Rust wrapper.
|
||||
- [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting.
|
||||
- [Noel Kuntze](https://github.com/Thermi) for bug reporting.
|
||||
|
||||
Removed options and features:
|
||||
|
||||
@ -59,6 +60,7 @@ Fixes:
|
||||
- Fixed page leak in extra rare case the list of retired pages changed during update GC on transaction commit.
|
||||
- Fixed assertions to avoid false-positive UB detection by CLANG/LLVM (https://github.com/erthink/libmdbx/issues/153).
|
||||
- Fixed `MDBX_TXN_FULL` and regressive `MDBX_KEYEXIST` during large transaction commit with `MDBX_LIFORECLAIM` (https://github.com/erthink/libmdbx/issues/123).
|
||||
- Fixed auto-recovery (`weak->steady` with the same boot-id) when Database size at last weak checkpoint is large than at last steady checkpoint.
|
||||
- Fixed operation on systems with unusual small/large page size, including PowerPC (https://github.com/erthink/libmdbx/issues/157).
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user