[td-168]
This commit is contained in:
parent
60ddf3f955
commit
2ecd702996
|
@ -1063,7 +1063,7 @@ static int tsdbReadRowsFromCache(SSkipListIterator* pIter, STable* pTable, TSKEY
|
|||
void *value = tdGetRowDataOfCol(row, pColInfo->info.type, TD_DATA_ROW_HEAD_SIZE + offset);
|
||||
memcpy(pData, value, varDataTLen(value));
|
||||
|
||||
offset += sizeof(int16_t);
|
||||
offset += sizeof(int32_t);
|
||||
} else {
|
||||
memcpy(pData, dataRowTuple(row) + offset, pColInfo->info.bytes);
|
||||
offset += pColInfo->info.bytes;
|
||||
|
|
Loading…
Reference in New Issue