more fix
This commit is contained in:
parent
bc98f12798
commit
5bed5a49c8
|
@ -242,7 +242,7 @@ static int32_t tRowBuildScan(SArray *colVals, const STSchema *schema, SRowBuildS
|
|||
sinfo->kvIndexSize = sizeof(SKVIdx) + (sinfo->numOfNull + sinfo->numOfValue) * sizeof(uint32_t);
|
||||
}
|
||||
for (int32_t i = 0; i < sinfo->numOfPKs; i++) {
|
||||
sinfo->tupleIndices[i].offset += sinfo->kvIndexSize;
|
||||
sinfo->kvIndices[i].offset += sinfo->kvIndexSize;
|
||||
sinfo->kvPKSize += tPutPrimaryKeyIndex(NULL, sinfo->kvIndices + i);
|
||||
}
|
||||
sinfo->kvRowSize = sizeof(SRow) // SRow
|
||||
|
|
Loading…
Reference in New Issue