more
This commit is contained in:
parent
0abe329fce
commit
af4aaed01f
|
@ -90,7 +90,16 @@ static int32_t tsdbEndCommit(SCommitH *pCHandle) {
|
|||
|
||||
static int32_t tsdbCommitTableData(SCommitH *pCHandle, SMemData *pMemData, SBlockIdx *pBlockIdx) {
|
||||
int32_t code = 0;
|
||||
// TODO
|
||||
SMemDataIter iter = {0};
|
||||
|
||||
if (pMemData && pBlockIdx) {
|
||||
// merge
|
||||
} else if (pMemData) {
|
||||
// new one
|
||||
} else {
|
||||
// save old ones
|
||||
}
|
||||
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue