提交 96e7876d 编写于 作者: G Ganlin Zhao

[TD-5623]<feature>: fix endian issue

上级 d267d287
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册