[TD-225]
This commit is contained in:
parent
6b0b783aaf
commit
21388a3b0f
|
@ -892,7 +892,7 @@ int tscBuildQueryMsg(SSqlObj *pSql, SSqlInfo *pInfo) {
|
||||||
|
|
||||||
int32_t msgLen = (int32_t)(pMsg - pCmd->payload);
|
int32_t msgLen = (int32_t)(pMsg - pCmd->payload);
|
||||||
|
|
||||||
tscDebug("%p msg built success,len:%d bytes", pSql, msgLen);
|
tscDebug("%p msg built success, len:%d bytes", pSql, msgLen);
|
||||||
pCmd->payloadLen = msgLen;
|
pCmd->payloadLen = msgLen;
|
||||||
pSql->cmd.msgType = TSDB_MSG_TYPE_QUERY;
|
pSql->cmd.msgType = TSDB_MSG_TYPE_QUERY;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue