[td-4209]

This commit is contained in:
Haojun Liao 2021-05-17 15:23:44 +08:00
parent e620e2e83a
commit 07aed4fa70
1 changed files with 1 additions and 1 deletions

View File

@ -1925,7 +1925,7 @@ int tscProcessTableMetaRsp(SSqlObj *pSql) {
pMetaMsg->tversion = htons(pMetaMsg->tversion);
pMetaMsg->vgroup.vgId = htonl(pMetaMsg->vgroup.vgId);
pMetaMsg->uid = htobe64(pMetaMsg->uid);
pMetaMsg->suid = htobe64(pMetaMsg->suid);
pMetaMsg->suid = pMetaMsg->suid;
pMetaMsg->contLen = htons(pMetaMsg->contLen);
pMetaMsg->numOfColumns = htons(pMetaMsg->numOfColumns);