[TD-5623]<feature>: fix endian issue
This commit is contained in:
parent
d267d287fd
commit
96e7876ded
|
@ -2698,7 +2698,7 @@ static void decompressQueryColData(SSqlRes *pRes, SQueryInfo* pQueryInfo, char *
|
|||
compressed, NULL, 0);
|
||||
p += flen;
|
||||
decompLen +=flen;
|
||||
pData += compSizes[i];
|
||||
pData += htonl(compSizes[i];
|
||||
}
|
||||
tfree(outputBuf);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue