This commit is contained in:
Hongze Cheng 2022-03-14 07:03:02 +00:00
parent bccedf76df
commit bfb11917de
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ struct SPage {
// Fields below used by pager and am
u8 *pPageHdr;
u8 *aCellIdx;
u8 *pAmHdr;
u8 *pFreeStart;
u8 *pFreeEnd;
SPageFtr *pPageFtr;