break dependency

This commit is contained in:
dmchen 2023-09-19 15:22:06 +08:00
parent 084719e34e
commit 07cab9808d
1 changed files with 1 additions and 1 deletions

View File

@ -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 { \