From 7d92aaaad3dfac5e04fb9baad6938b5b796218d1 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Thu, 14 Apr 2022 15:28:43 +0800 Subject: [PATCH] feature/qnode --- source/dnode/mnode/impl/src/mndProfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dnode/mnode/impl/src/mndProfile.c b/source/dnode/mnode/impl/src/mndProfile.c index be2c311dbf..2055512e82 100644 --- a/source/dnode/mnode/impl/src/mndProfile.c +++ b/source/dnode/mnode/impl/src/mndProfile.c @@ -898,6 +898,7 @@ static int32_t mndRetrieveQueries(SNodeMsg *pReq, SShowObj *pShow, char *data, i } pShow->numOfRows += numOfRows; +#endif return numOfRows; }