This commit is contained in:
Hongze Cheng 2022-02-28 09:59:55 +00:00
parent b6daeae6bf
commit a7e65d7fcb
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct SPage {
SPage * pHashNext;
SPage * pLruNext;
SPage * pLruPrev;
SPage * pDirtyNext;
};
int tdbPCacheOpen(int pageSize, int cacheSize, int extraSize, SPCache **ppCache);