mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx: update ChangeLog.
This commit is contained in:
parent
2d5438d2c2
commit
c4efa8dce8
10
ChangeLog.md
10
ChangeLog.md
@ -8,6 +8,16 @@ New:
|
|||||||
- Added `MDBX_HAVE_BUILT IN_CPU_SUPPORTS` build option to control use GCC's `__builtin_cpu_supports()` function,
|
- Added `MDBX_HAVE_BUILT IN_CPU_SUPPORTS` build option to control use GCC's `__builtin_cpu_supports()` function,
|
||||||
which could be unavailable on a fake OSes (macos, ios, android, etc).
|
which could be unavailable on a fake OSes (macos, ios, android, etc).
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Fixed an extra check for `MDBX_APPENDDUP` inside `mdbx_cursor_put()` which could result in returning `MDBX_EKEYMISMATCH` for valid cases.
|
||||||
|
|
||||||
|
Minors:
|
||||||
|
|
||||||
|
- Fixed an extra ensure/assertion check of `oldest_reader` inside `txn_end()`.
|
||||||
|
- Removed description of deprecated usage of `MDBX_NODUPDATA`.
|
||||||
|
- Fixed regression ASAN/Valgring-enabled builds.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user