fix compiler warning
This commit is contained in:
parent
defbcbfde1
commit
ff5ef752f3
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ compensated_function int TpagedListFind(int xid, recordid list, const byte * key
|
|||
recordid rid;
|
||||
rid.page = list.page;
|
||||
rid.slot = header.thisPage;
|
||||
rid.size = 0;
|
||||
|
||||
while(rid.slot || header.nextPage.size != -1) {
|
||||
if(compensation_error()) { break; }
|
||||
|
|
Loading…
Reference in a new issue