提交 06dfbb6d 编写于 作者: C Cary Xu

update

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