提交 5f5a802b 编写于 作者: L lichuang

[TD-4352]update meta maxCols and maxRowBytes after remove table

上级 5eca4ebd
......@@ -1043,6 +1043,8 @@ static void tsdbRemoveTableFromMeta(STsdbRepo *pRepo, STable *pTable, bool rmFro
maxRowBytes = MAX(maxRowBytes, schemaTLen(pSchema));
}
}
pMeta->maxCols = maxCols;
pMeta->maxRowBytes = maxRowBytes;
}
if (lock) tsdbUnlockRepoMeta(pRepo);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册