ci break
This commit is contained in:
parent
835020cca8
commit
8b9be8151c
|
@ -45,8 +45,6 @@
|
|||
#define ENCODESQL() \
|
||||
do { \
|
||||
if (pReq->sqlLen > 0 && pReq->sql != NULL){ \
|
||||
if (tEncodeI32(&encoder, pReq->sqlLen) < 0) return -1; \
|
||||
if (tEncodeCStr(&encoder, pReq->sql) < 0) return -1; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue