提交 9be13427 编写于 作者: H Hongze Cheng

fix tomb record loss bug

上级 c3a34f50
......@@ -964,7 +964,7 @@ int32_t tsdbSttFileWriteTombRecord(SSttFileWriter *writer, const STombRecord *re
if (!writer->ctx->opened) {
code = tsdbSttFWriterDoOpen(writer);
return code;
TSDB_CHECK_CODE(code, lino, _exit);
} else {
if (writer->blockData->nRow > 0) {
code = tsdbSttFileDoWriteBlockData(writer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册