[td-808]
This commit is contained in:
parent
92d81c703c
commit
457a701015
|
@ -283,7 +283,8 @@ static void cqProcessStreamRes(void *param, TAOS_RES *tres, TAOS_ROW row) {
|
||||||
}
|
}
|
||||||
tdAppendColVal(trow, val, c->type, c->bytes, c->offset);
|
tdAppendColVal(trow, val, c->type, c->bytes, c->offset);
|
||||||
}
|
}
|
||||||
pBlk->len = htonl(dataRowLen(trow));
|
pBlk->dataLen = htonl(dataRowLen(trow));
|
||||||
|
pBlk->schemaLen = 0;
|
||||||
|
|
||||||
pBlk->uid = htobe64(pObj->uid);
|
pBlk->uid = htobe64(pObj->uid);
|
||||||
pBlk->tid = htonl(pObj->tid);
|
pBlk->tid = htonl(pObj->tid);
|
||||||
|
|
Loading…
Reference in New Issue