fix code
This commit is contained in:
parent
f12449b1b8
commit
768ec8942a
|
@ -668,7 +668,8 @@ static int32_t tsdbCommitSttBlk(SDataFWriter *pWriter, SDiskDataBuilder *pBuilde
|
||||||
.minKey = pBlkInfo->minKey,
|
.minKey = pBlkInfo->minKey,
|
||||||
.maxKey = pBlkInfo->maxKey,
|
.maxKey = pBlkInfo->maxKey,
|
||||||
.minVer = pBlkInfo->minVer,
|
.minVer = pBlkInfo->minVer,
|
||||||
.maxVer = pBlkInfo->maxVer};
|
.maxVer = pBlkInfo->maxVer,
|
||||||
|
.nRow = pBuilder->nRow};
|
||||||
// write
|
// write
|
||||||
code = tsdbWriteDiskData(pWriter, pDiskData, &sttBlk.bInfo, NULL);
|
code = tsdbWriteDiskData(pWriter, pDiskData, &sttBlk.bInfo, NULL);
|
||||||
TSDB_CHECK_CODE(code, lino, _exit);
|
TSDB_CHECK_CODE(code, lino, _exit);
|
||||||
|
|
Loading…
Reference in New Issue