Update outdated commit; xlp_rem_len field is in page header now.
Spotted by Amit Kapila
This commit is contained in:
parent
dcd5af6c34
commit
8f85667a86
@ -1091,7 +1091,7 @@ begin:;
|
|||||||
/* Use next buffer */
|
/* Use next buffer */
|
||||||
updrqst = AdvanceXLInsertBuffer(false);
|
updrqst = AdvanceXLInsertBuffer(false);
|
||||||
curridx = Insert->curridx;
|
curridx = Insert->curridx;
|
||||||
/* Insert cont-record header */
|
/* Mark page header to indicate this record continues on the page */
|
||||||
Insert->currpage->xlp_info |= XLP_FIRST_IS_CONTRECORD;
|
Insert->currpage->xlp_info |= XLP_FIRST_IS_CONTRECORD;
|
||||||
Insert->currpage->xlp_rem_len = write_len;
|
Insert->currpage->xlp_rem_len = write_len;
|
||||||
freespace = INSERT_FREESPACE(Insert);
|
freespace = INSERT_FREESPACE(Insert);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user