Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hts/internal: Index.Read does not update LastRecord #12

Open
kortschak opened this issue Sep 15, 2015 · 0 comments
Open

hts/internal: Index.Read does not update LastRecord #12

kortschak opened this issue Sep 15, 2015 · 0 comments

Comments

@kortschak
Copy link
Member

This prevents updating an index if appending new records that are in sorted order. This may not be what is wanted, but at the moment adding a new record will not fail because LastRecord is 0. Either set it to the maximum int value (prevent addition) or set it to the maximum record seen during the read (allow addition of valid records).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant