Fixed compile warning.
This commit is contained in:
parent
986ee57020
commit
fc4c22ec8a
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ int SimpleExample(){
|
||||||
|
|
||||||
Page * p1 = loadPage(xid, pageid1);
|
Page * p1 = loadPage(xid, pageid1);
|
||||||
|
|
||||||
if(DEBUGP) { printf("\n**** page->id = %d\n", p1->id);}
|
if(DEBUGP) { printf("\n**** page->id = %ld\n", p1->id);}
|
||||||
|
|
||||||
/* check consistency between rid & page's values
|
/* check consistency between rid & page's values
|
||||||
* for number of slots and record size */
|
* for number of slots and record size */
|
||||||
|
|
Loading…
Reference in a new issue