Forgot ; new abort() statement...
This commit is contained in:
parent
48cdffe4d4
commit
07a6cd29e3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue