[td-13039] add the show command.

This commit is contained in:
Haojun Liao 2022-03-16 18:25:10 +08:00
parent 93c680580e
commit ee7f8bd84c
1 changed files with 0 additions and 1 deletions

View File

@ -577,7 +577,6 @@ static int32_t mndRetrieveVgroups(SMnodeMsg *pReq, SShowObj *pShow, char *data,
cols = 0; cols = 0;
// mndGetVgroupMaxReplica(pMnode, pShow->db, &pShow->replica, &pShow->numOfRows);
pWrite = data + pShow->offset[cols] * rows + pShow->bytes[cols] * numOfRows; pWrite = data + pShow->offset[cols] * rows + pShow->bytes[cols] * numOfRows;
*(int32_t *)pWrite = pVgroup->vgId; *(int32_t *)pWrite = pVgroup->vgId;
cols++; cols++;