Merge pull request #22993 from taosdata/feat/TD-26127-audit-sql
revert dependency
This commit is contained in:
commit
df76257a5b
|
@ -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 { \
|
||||
|
|
Loading…
Reference in New Issue