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

Probably wrong arithmetic value in an if statement. #1

Open
nskostas opened this issue Aug 20, 2012 · 0 comments
Open

Probably wrong arithmetic value in an if statement. #1

nskostas opened this issue Aug 20, 2012 · 0 comments

Comments

@nskostas
Copy link

Hi, I think that in the "RC RM_FileHandle::GetNextFreePage(PageNum& pageNum)" function in line https://github.com/junkumar/redbase/blob/master/src/rm_filehandle.cc#L119 ,
the value of "hdr.numPages == 0" should be changed from 0 to 1, because if this is the first time, then the initial value of the number of pages was set from the rm_manager in the CreateFile() function and it was set to 1.

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