This commit is contained in:
Hongze Cheng 2022-02-28 10:02:22 +00:00
parent a7e65d7fcb
commit 1d622b5a97
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ static int tdbPCacheOpenImpl(SPCache *pCache) {
pPage->pHashNext = NULL;
pPage->pLruNext = NULL;
pPage->pLruPrev = NULL;
pPage->pDirtyNext = NULL;
pPage->pFreeNext = pCache->pFree;
pCache->pFree = pPage;