more TDB
This commit is contained in:
parent
ec9ae2d954
commit
71ad7db1f1
|
@ -38,14 +38,12 @@ typedef struct __attribute__((__packed__)) {
|
|||
struct SPage {
|
||||
pthread_spinlock_t lock;
|
||||
u8 *pData;
|
||||
SPgid pgid;
|
||||
int pageSize;
|
||||
// Fields below used by pager and am
|
||||
SPgid pgid;
|
||||
SPageHdr *pPageHdr;
|
||||
SPageFooter *pPageFooter;
|
||||
|
||||
u16 *aCellIdx;
|
||||
|
||||
int kLen;
|
||||
int vLen;
|
||||
int maxLocal;
|
||||
|
|
Loading…
Reference in New Issue