more
This commit is contained in:
parent
5dc0169887
commit
d7e762fca4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue