From 7ab633048a409de8ab26a9aeba23e96b392d2ccc Mon Sep 17 00:00:00 2001 From: Xiaoyu Wang Date: Sat, 7 May 2022 19:15:47 +0800 Subject: [PATCH] feat: sql command 'grant', 'revoke', 'kill transaction' and 'show transactions' --- source/client/src/clientImpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index faf4690bb1..97c7d2bad1 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -240,7 +240,6 @@ int32_t getPlan(SRequestObj* pRequest, SQuery* pQuery, SQueryPlan** pPlan, SArra if (TSDB_CODE_SUCCESS == code) { code = catalogGetQnodeList(pCatalog, pRequest->pTscObj->pAppInfo->pTransporter, &mgmtEpSet, pNodeList); } - catalogFreeHandle(pCatalog); if (TSDB_CODE_SUCCESS == code) { code = qCreateQueryPlan(&cxt, pPlan, pNodeList); } -- GitLab