Merge branch 'feature/compressData' of https://github.com/taosdata/TDengine into feature/compressData
This commit is contained in:
parent
193c9e7aa7
commit
33f4be969a
|
@ -53,7 +53,7 @@
|
|||
#define ENCODESQL() \
|
||||
do { \
|
||||
if (tEncodeI32(&encoder, pReq->sqlLen) < 0) return -1; \
|
||||
if (pReq->sqlLen > 0) { \
|
||||
if (pReq->sqlLen > 0) { \
|
||||
if (tEncodeBinary(&encoder, pReq->sql, pReq->sqlLen) < 0) return -1; \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
Loading…
Reference in New Issue