redbase
redbase copied to clipboard
A mini database implementation.
Results
2
redbase issues
Sort by
recently updated
recently updated
newest added
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...
Fix incorrect if condition in SM_Manager::GetFromTable() that incorrectly flagged all valid numRecs as exceptions.