Forgot ; new abort() statement...

This commit is contained in:
Sears Russell 2007-11-11 17:24:44 +00:00
parent 48cdffe4d4
commit 07a6cd29e3

View file

@ -223,7 +223,7 @@ byte * stasis_record_write_begin(int xid, Page * p, recordid rid) {
if(!recordWarnedAboutPageTypeKludge) {
recordWarnedAboutPageTypeKludge = 1;
printf("page.c: MAKING USE OF TERRIBLE KLUDGE AND IGNORING ASSERT FAILURE! FIX ARRAY LIST ASAP!!!\n");
abort()
abort();
}
}
return page_impls[page_type].recordWrite(xid, p, rid);