[TD-225]
This commit is contained in:
parent
a41312d524
commit
1faef8863d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue