Whitespace; restoring lost call to checkRid
This commit is contained in:
parent
5e1445777f
commit
2f7da41663
1 changed files with 5 additions and 4 deletions
|
@ -76,6 +76,7 @@ static void checkRid(Page * page, recordid rid) {
|
|||
|
||||
void fixedReadUnlocked(Page * page, recordid rid, byte * buf) {
|
||||
assertlocked(page->rwlatch);
|
||||
checkRid(page, rid);
|
||||
if(!memcpy(buf, fixed_record_ptr(page, rid.slot), rid.size)) {
|
||||
perror("memcpy");
|
||||
abort();
|
||||
|
|
Loading…
Reference in a new issue