提交 af4aaed0 编写于 作者: H Hongze Cheng

more

上级 0abe329f
......@@ -89,8 +89,17 @@ static int32_t tsdbEndCommit(SCommitH *pCHandle) {
}
static int32_t tsdbCommitTableData(SCommitH *pCHandle, SMemData *pMemData, SBlockIdx *pBlockIdx) {
int32_t code = 0;
// TODO
int32_t code = 0;
SMemDataIter iter = {0};
if (pMemData && pBlockIdx) {
// merge
} else if (pMemData) {
// new one
} else {
// save old ones
}
return code;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册