revert dependency
This commit is contained in:
parent
8ad0f4182a
commit
17aedc8714
|
@ -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 { \
|
||||||
|
|
Loading…
Reference in New Issue