Commit 8f85667a authored by Heikki Linnakangas's avatar Heikki Linnakangas

Update outdated commit; xlp_rem_len field is in page header now.

Spotted by Amit Kapila
parent dcd5af6c
...@@ -1091,7 +1091,7 @@ begin:; ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment