revert dependency

This commit is contained in:
dmchen 2023-09-20 18:58:35 +08:00
parent 8ad0f4182a
commit 17aedc8714
1 changed files with 1 additions and 1 deletions

View File

@ -35,10 +35,10 @@
if(!tDecodeIsEnd(&decoder)){ \ if(!tDecodeIsEnd(&decoder)){ \
if(tDecodeI32(&decoder, &pReq->sqlLen) < 0) return -1; \ if(tDecodeI32(&decoder, &pReq->sqlLen) < 0) return -1; \
if(pReq->sqlLen > 0){ \ if(pReq->sqlLen > 0){ \
if (tDecodeBinaryAlloc(&decoder, (void **)&pReq->sql, NULL) < 0) return -1; \
} \ } \
} \ } \
} while (0) } while (0)
// if (tDecodeBinaryAlloc(&decoder, (void **)&pReq->sql, NULL) < 0) return -1; \
#define ENCODESQL() \ #define ENCODESQL() \
do { \ do { \