mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:44:12 +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
|
ks
|
||||||
ksize
|
ksize
|
||||||
kstat
|
kstat
|
||||||
|
Kuntze
|
||||||
kurt
|
kurt
|
||||||
kuznik
|
kuznik
|
||||||
kval
|
kval
|
||||||
@ -1611,6 +1612,7 @@ testcase
|
|||||||
testdb
|
testdb
|
||||||
TESTLIST
|
TESTLIST
|
||||||
TESTLOG
|
TESTLOG
|
||||||
|
Thermi
|
||||||
thr
|
thr
|
||||||
THREADENTRY
|
THREADENTRY
|
||||||
THUMBEB
|
THUMBEB
|
||||||
|
@ -17,6 +17,7 @@ Acknowledgements:
|
|||||||
- [장세연](http://www.castis.com) for bug fixing and PR.
|
- [장세연](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.
|
- [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.
|
- [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting.
|
||||||
|
- [Noel Kuntze](https://github.com/Thermi) for bug reporting.
|
||||||
|
|
||||||
Removed options and features:
|
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 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 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 `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).
|
- 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