From 07cab9808d247c0f2bf84767dfa6b2b23fff3705 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 19 Sep 2023 15:22:06 +0800 Subject: [PATCH] break dependency --- source/common/src/tmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index 1426ac01fc..5b363d96de 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -35,10 +35,10 @@ if(!tDecodeIsEnd(&decoder)){ \ if(tDecodeI32(&decoder, &pReq->sqlLen) < 0) return -1; \ if(pReq->sqlLen > 0){ \ - if (tDecodeBinaryAlloc(&decoder, (void **)&pReq->sql, NULL) < 0) return -1; \ } \ } \ } while (0) +// if (tDecodeBinaryAlloc(&decoder, (void **)&pReq->sql, NULL) < 0) return -1; \ #define ENCODESQL() \ do { \