[td-13039] add the show command.
This commit is contained in:
parent
93c680580e
commit
ee7f8bd84c
|
@ -577,7 +577,6 @@ static int32_t mndRetrieveVgroups(SMnodeMsg *pReq, SShowObj *pShow, char *data,
|
|||
|
||||
cols = 0;
|
||||
|
||||
// mndGetVgroupMaxReplica(pMnode, pShow->db, &pShow->replica, &pShow->numOfRows);
|
||||
pWrite = data + pShow->offset[cols] * rows + pShow->bytes[cols] * numOfRows;
|
||||
*(int32_t *)pWrite = pVgroup->vgId;
|
||||
cols++;
|
||||
|
|
Loading…
Reference in New Issue