mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-windows: fix nasty clz() (i.e. using _BitScanReverse() bug.
This commit is contained in:
@@ -11,6 +11,7 @@ New:
|
||||
Fixes:
|
||||
|
||||
- Fixed an extra check for `MDBX_APPENDDUP` inside `mdbx_cursor_put()` which could result in returning `MDBX_EKEYMISMATCH` for valid cases.
|
||||
- Fixed nasty `clz()` bug (by using `_BitScanReverse()`, only MSVC builds affected).
|
||||
|
||||
Minors:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user