提交 1faef886 编写于 作者: H Haojun Liao

[TD-225]

上级 a41312d5
...@@ -2473,7 +2473,7 @@ TAOS_ROW doSetResultRowData(SSqlObj *pSql) { ...@@ -2473,7 +2473,7 @@ TAOS_ROW doSetResultRowData(SSqlObj *pSql) {
pRes->length[i] = varDataLen(pRes->urow[i]); pRes->length[i] = varDataLen(pRes->urow[i]);
} }
pRes->urow[i] += bytes; ((char**) pRes->urow)[i] += bytes;
} }
pRes->row++; // index increase one-step pRes->row++; // index increase one-step
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册