-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libzdb: attempt to fix RSCAN on sequenrial mode
Issue #146 reports an issue using sequential mode and RSCAN not returning sane values. This is confirmed. Code was still using old hardcoded fixed-length value (32 bits keys) not relevant anymore, but moreover was still using a dirty fix needed because of an old bug. This bug is probably not on the field anymore and can be discarded, this commit bypass that old hotfix and use a more classic/logic way how to deal RSCAN. Code will be cleaned after more tests.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters