From ee7f8bd84c4635de9062cb595e6f43ffc9b735cd Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 16 Mar 2022 18:25:10 +0800 Subject: [PATCH] [td-13039] add the show command. --- source/dnode/mnode/impl/src/mndVgroup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dnode/mnode/impl/src/mndVgroup.c b/source/dnode/mnode/impl/src/mndVgroup.c index 4f67d3b776..bfe6f94c2a 100644 --- a/source/dnode/mnode/impl/src/mndVgroup.c +++ b/source/dnode/mnode/impl/src/mndVgroup.c @@ -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++; -- GitLab