This commit is contained in:
Haojun Liao 2020-11-19 10:56:15 +08:00
parent a41312d524
commit 1faef8863d
1 changed files with 2 additions and 2 deletions

View File

@ -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