未验证 提交 6150b6ed 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #18442 from taosdata/fix/TD-20643-alter-larger

fix(tdb/pcache): type nPages as nPage
......@@ -129,7 +129,7 @@ static int tdbPCacheAlterImpl(SPCache *pCache, int32_t nPage) {
pCache->nFree++;
}
for (int32_t iPage = 0; iPage < pCache->nPage; iPage++) {
for (int32_t iPage = 0; iPage < pCache->nPages; iPage++) {
aPage[iPage] = pCache->aPage[iPage];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册