From 6e90de8536c838c04e6267c34d4bf955a076697c Mon Sep 17 00:00:00 2001 From: wpan Date: Sat, 28 Aug 2021 14:14:20 +0800 Subject: [PATCH] fix commit error --- src/client/inc/tsclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/inc/tsclient.h b/src/client/inc/tsclient.h index cd2cde1ada..43b0683878 100644 --- a/src/client/inc/tsclient.h +++ b/src/client/inc/tsclient.h @@ -376,6 +376,7 @@ typedef struct SSqlObj { SSubqueryState subState; struct SSqlObj **pSubs; + struct SSqlObj *rootObj; int64_t metaRid; int64_t svgroupRid; @@ -912,4 +913,3 @@ static FORCE_INLINE int32_t tsParseOneColumnKV(SSchema *pSchema, SStrToken *pTok #endif #endif - \ No newline at end of file -- GitLab