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

more

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