提交 a8e91544 编写于 作者: C Cary Xu

enh: format optimization

上级 6c5255b9
......@@ -366,8 +366,8 @@ static int tsdbCommitToFile(SCommitH *pCommith, SDFileSet *pSet, int fid) {
}
#endif
// Loop to commit each table data in mem and file
int mIter = 0, fIter = 0;
int32_t nBlkIdx = taosArrayGetSize(pCommith->readh.aBlkIdx);
int mIter = 0, fIter = 0;
int nBlkIdx = taosArrayGetSize(pCommith->readh.aBlkIdx);
while (true) {
SBlockIdx *pIdx = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册