This commit is contained in:
Hongze Cheng 2022-03-02 10:09:14 +00:00
parent 5dc0169887
commit d7e762fca4
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ typedef struct {
SPageHdr *pPageHdr; SPageHdr *pPageHdr;
void * pAMHdr; void * pAMHdr;
u16 * aCellIdx; u16 * aCellIdx;
int kLen;
int vLen;
int maxLocal;
int minLocal;
} SPageHandle; } SPageHandle;
#ifdef __cplusplus #ifdef __cplusplus