提交 6aa17d69 编写于 作者: C Cary Xu

minimize the code change

上级 328b45f5
......@@ -603,6 +603,7 @@ int32_t tsParseValues(char **str, STableDataBlocks *pDataBlock, int maxRows, SIn
ASSERT(tSize >= maxRows);
maxRows = tSize;
}
int32_t len = 0;
code = tsParseOneRow(str, pDataBlock, precision, &len, tmpTokenBuf, pInsertParam);
if (code != TSDB_CODE_SUCCESS) { // error message has been set in tsParseOneRow, return directly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册