提交 bf65f2e4 编写于 作者: C Cary Xu

update

上级 8ca13deb
...@@ -568,9 +568,9 @@ int tsParseOneRow(char **str, STableDataBlocks *pDataBlocks, int16_t timePrec, i ...@@ -568,9 +568,9 @@ int tsParseOneRow(char **str, STableDataBlocks *pDataBlocks, int16_t timePrec, i
// 4. perform the convert // 4. perform the convert
if (isNeedConvertRow) { if (isNeedConvertRow) {
// put converted row to next location to minimize the memcpy // put converted row to next location to minimize the memcpy
pDataBlocks->ordered = false;
++(*convertOffset); ++(*convertOffset);
convertSMemRow(row + (*convertOffset) * rowSize, row, pDataBlocks); convertSMemRow(row + (*convertOffset) * rowSize, row, pDataBlocks);
pDataBlocks->ordered = false;
} else { } else {
*convertOffset = 0; *convertOffset = 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册