removed extraneous abort
This commit is contained in:
parent
c60787e8b2
commit
a053b19757
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ int getRecordTypeUnlocked(int xid, Page * p, recordid rid) {
|
|||
return (fixedPageCount(p) > rid.slot) ?
|
||||
FIXED_RECORD : UNINITIALIZED_RECORD;
|
||||
} else {
|
||||
abort();
|
||||
return UNINITIALIZED_RECORD;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue